/* general styles */
* {margin:0;padding:0}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B144D;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #712D90;
}
a {
	color: #663399;
	text-decoration: none;
}
a hover{
	color: #FFFFCC;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 15px;
	font-style: italic;
}
ul {
	padding-left: 20px;
	margin-left: 20px;
}
li {
	padding-left: 7px;
}
ol {
	padding-left: 25px;
	margin-left: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}
/*main layout divs */
#boundingbox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	z-index: 1;
	height: 100%;
	background-color: #712D90;
	min-width:600px;
}
#uppercontainer {
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 4px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #3B144D;
	background-color: #712D90;
	padding-right: 14px;
	padding-left: 10px;
	padding-top: 13px;
	background-image: url(images/outer_top_rgt_lgt2.gif);
}
#lowercontainer {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3B144D;
	border-bottom-color: #3B144D;
	border-left-color: #3B144D;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*header content specific */
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 3;
	height: 278px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/topcorner_rgt_dk.gif);
}
#logo {
	float: left;
	width: 200px;
	z-index: 5;
	height: 251px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: left top;
}
#menu {
	background-color: #FFFFFF;
	float: right;
	width: 50%;
	padding-right: 15px;
	border-bottom-color: #663399;
	text-align: right;
	margin-right: 15px;
} 
#submenu {
	float: right;
	width: 50%;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}
#menu a, #submenu a {
	font-weight: normal;
	color: #663399;
	list-style-type: disc;
	padding-right: 15px;
}
#menu a:hover, #submenu a:hover {
	color: #2C0053;
}
#menu a:visited, #submenu a:visted {
}
/* main content specific */
#content {
	background-color: #FFFFFF;
	width: 100%;
	z-index: 4;
	float: right;
}
#leftcol {
	width: 20%;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	z-index: 2;
}
#rightcol {
	float: right;
	width: 75%;
	background-color: #FFFFFF;
	margin-right: 15px;
	padding-top: 15px;
}
#rightcol p {
	padding: 10px;
}
/* footer specific */
#footer {
	width: 100%;
	background-color: #FFFFFF;
	float: none;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer_cont {
	padding-left: 120px;
}

/* clear div to force alignment */
.clear {
	clear:both;
}
/* admin specific */
.adminindent {
	font-size: 10px;
	padding-left: 50px;
	text-align: left;
}
/* out of use


.tab_lft {
	background-image: url(images/tab_lft.gif);
	width: 89px;
	height: 30px;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
}
.tab_lft a:hover {
	text-decoration: none;
	background-image: url(images/tab2.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
	width: 85px;
	left: -6px;
	top: -15px;
	right: 0px;
	bottom: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	display: block;
	width: 85px;
}
.tab_cnt {
	background-image: url(images/tab_cnt.gif);
	width: 85px;
	height: 30px;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
}
.tab_cnt a:hover {
	text-decoration: none;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
	width: 85px;
	left: -15px;
	top: -15px;
	right: 0px;
	bottom: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	display: block;
	width: 85px;
}
.tab_rgt {
	background-image: url(images/tab_rgt.gif);
	width: 80px;
	height: 30px;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
}
.tab_rgt a:hover {
	text-decoration: none;
	background-image: url(images/tab_tl_r.gif);
	background-repeat: no-repeat;
	position: relative;
	left: -15px;
	top: -15px;
	right: 0px;
	bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	display: block;
	height: 25px;
	width: 85px;
}
.tab_text {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}


.tbltitle {
	font-size: 10px;
	font-weight: bold;
}
.forms {
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS";
	padding-left: 100px;
} */
