/*   IDS AND OTHER MISC STYLES   */

html {
	background-color: #aaaaaa;
}
 
body {
	margin: 0px;
} 
 
#bg_top {
	background-image: url(../assets/opt_images/images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
	width: 750px;
}


#bg_content {
	background-image: url(../assets/opt_images/images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#bg_bottom {
	background-image: url(../assets/opt_images/images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 57px;
	width: 750px;
}

#bg_navbar {
	background-image: url(../assets/opt_images/images/navbar_bg.jpg);
	height: 18px;
	width: 510px;
	background-repeat: no-repeat;
}

#horizontal_line {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}

#vertical_line {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}


/*   MAIN CONTENT STYLES  */


.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

.content_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}

.content_gray a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.content_gray a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.content_gray a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}


.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}

.navbar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}

.navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}

.navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
	padding-left: 3px;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}
.welcome a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	padding-left: 8px;
}
.welcome a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	padding-left: 8px;
}
.welcome a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}

#form_field {
	line-height: 10px;
	font-size: 10px;
}