@charset "utf-8";
/* CSS Document */
	body {
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	width: 1000px;
	padding-left: 0px;
	}
	a {
	text-decoration: none;
	color: #005797;
	}
	a:hover {
	text-decoration: underline;
	}
	.title-link { font-size: 14px; color: #005797;
	}
	.title-link a { text-decoration: none;
	}
	.title-link a:hover { text-decoration: underline;
	}
	.logo {
	background-color: #FFFFFF;
	background-image: url(../images/small-axis-pro-header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	margin-top: 0px;
	height: 195px;
	width: 200px;
	}
	.side-nav {
	/*background-image: url(../images/vertical-header-background.jpg);
	background-repeat: repeat-x;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	background-position: center top;
	background-color: #D6EEFC;
	margin-right: 10px;
	}
	.side-nav ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	} 
	.side-nav li a {
	background-image: url(../images/media_bullet_whiteoutline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
	color: #005797;
		}
	.side-nav li a:hover {
	background-image: url(../images/media_bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	}

	.content {
	font-size: 12px;
	width: 900px;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	.smalltext {
	font-size: 11px;
	}
	.footer {
	font-size: 10px;
	}
	select {
	font-size: 11px;
	}
	.header-sub-right {
	width: 33%;
	float: left;
	}
	.header-sub-left {
	width: 36%;
	float: left;
	}
	.subhead {
	height: 35px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;	
	}
	.greentext {
	color: #005797;
	font-size: 11px;
	font-weight: bold;
	}
		.greentext-headers {
	color: #005797;
	font-size: 11px;
	font-weight: bold;
	}
	#box {border:#CCCCCC solid 1px;
			padding-left: 2px;
			padding-right: 2px;
	}
	.greensubhead {
	background-color: #DCECEC;
	padding: 4px;
	height: 15px;
	}