@CHARSET "ISO-8859-1";

body {
	margin-top:0px;
	background-color:#826fde;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#main_content {
	margin-top:0px;
	margin-left:10%;
	margin-right:10%;
	margin:auto;
	width:800px;
	min-height:600px;
	background-image:url(images/main_background.gif);
	background-repeat:repeat-y;
}

#main_content_bottom {
	height:30px;
	width:800px;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
	margin:auto;
	background-image:url(images/main_bottom.gif);
}

#banner {
	height:125px;
	width:800px;
	padding-left:15px;
	margin-bottom:2px;
}

#sub_header {
	background-color:#826fde;
	margin-left:10%;
	margin-right:10%;
	margin:auto;
	width:750px;
	height:25px;
	text-align:center;
	color:#ffffff;
	font-weight:bolder;
	font-size:10pt;
	padding-top:5px;
}

#ani_text {
	height:20px;
	width:350px;
	background-image:url(images/text_animation.gif);
	float:left;
}

#page_area {
	margin-left:10%;
	margin-right:10%;
	margin:auto;
	width:735px;
	min-height:350px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.page_title {
	color:#826fde;
	font-weight:bold;
}

#page_content {
	float:left;
	width:600px;
	margin-left:10px;
}

#child_id {
	height:85px;
	width:266px;
	margin-left:10%;
	margin-right:10%;
	margin:auto;
	position:relative;
	bottom:auto;
}

.required {
	color:red;
}

/*menu bar values*/

#menu_bar {
	margin-left:10%;
	margin-right:10%;
	margin:auto;
	width:787px;
	height:25px;
	font-size:8pt;
	text-align:center;
}

#menu_bar a {
	text-decoration:none;
	color:blue;
}

#menu_bar a:visited {
	text-decoration:none;
	color:blue;
}

#menu_bar a:active {
	text-decoration:none;
	color:blue;
}

#menu_bar a:focus {
	text-decoration:none;
	color:blue;
}

#menu_bar a:link {
	text-decoration:none;
	color:blue;
}

#menu_bar a:hover {
	text-decoration:underline;
	color:blue;
}

#menu_block {
	min-width:100px;
	max-width:100px;
	float:left;
	font-size:8pt;
}

#menu_block table {
	border:solid;
	border-width:1px;
	border-color:#826fde;
	width:100px;
}

#top_block {
	background-color:#826fde;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}

#menu_block table td {
	border:solid;
	border-width:1px;
	border-color:#826fde;
	text-align:center;
	background-color:#41a248;
	color:#ffffff;
	height:30px;
	vertical-align:middle;
}

#menu_block table td a {
	text-decoration:none;
	color:#ffffff;
}

#menu_block table td a:visited {
	text-decoration:none;
	color:#ffffff;
}

#menu_block table td a:active {
	text-decoration:none;
	color:#ffffff;
}

#menu_block table td a:focus {
	text-decoration:none;
	color:#ffffff;
}

#menu_block table td a:link {
	text-decoration:none;
	color:#ffffff;
}

#menu_block table td a:hover {
	text-decoration:underline;
	color:#ffffff;
}

/*default tag values*/
img {
	border:none;
}

td {
	vertical-align:top;
}