/* Styles for General Pages */

/*---------------------Styling------------------------ */
body{
	background-color: #FFFFFF;
}
#header2{
	background:silver url("/images/shadowbottom.gif") bottom;
	background-repeat:repeat-x;
}
#tabs a{
	text-decoration:none;
	color:#333333;
	border:1px solid #CCCCCC;	
}
#maincontent h3{
	font-size:12px;
	border-bottom:none;
}
#rightcol h3{
	font-size:12px;
}
#footer{
	background:silver url("/images/shadowbottom.gif") bottom;
	background-repeat:repeat-x;
}
#footer a{
	color:#ffffff;
}
#tabs a.selected{
	border-bottom:1px solid #ffffff;
	background-color:#ffffff;
	color:blue;
}
/*---------------------Link Styles------------------------ */
a:hover
{
	text-decoration:underline;
	color:#BF6000;
}
a:visited
{
	color:#BF6000;
}

/*---------------------Positioning------------------------ */
body {
	font-family: verdana;
	font-size: 11px;
	padding:0px;
	margin-top:0;
	margin-left:0;
	margin-bottom:10px;
	margin-right:0;
}
#page{
	
}
#header1{
	word-spacing:.5em;
	font-size:11px;
	text-align:right;
	font-size: 9px;
	height:1.5em;
}
#logo{
	z-index:1;
	position:absolute;
	left:50px;
	top:30px;
}
#header2{
	height:7em;
}
.title{
	position:relative;
	left:140px;
	top:55%;
	font-size:18px;
	color:#ffffff;
}
#container{
	padding-top:10px;
	padding-bottom:2em;
}
#menu {
	padding-top:4em;
	float:left;
	position:relative;
	left:2%;
	width:16%;
}
#menu a{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	border-left:solid #aaaaaa 4px;
	background-color:#eeeeee;
	text-decoration:none;
	padding-left:1em;
	padding-top:.5em;
	padding-bottom:.5em;
	color:#666666;
	font-weight:bold;
}
#menu a:hover{
	border-left:solid blue 4px;
	background-color:#cccccc;
	color:blue;
}
#content{
	position:relative;
	left:4%;
	float:left; 	 
	width:78%;
}
#ladder
{
	padding-top:2em;
	padding-bottom:2em;
	font-size:10px;
	font-weight:bold;
}
#tabs{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}
#tabs a{
	padding-left:5px;
	padding-right:5px;
	margin-left:4px;
	background-color:#D9E4EE;
}
#tabs a:hover{
	border-bottom:1px solid #ffffff;
	background-color:#ffffff;
	color:blue;
}
#maincontent{
        text-align:justify;
	float:left;
	position:relative;
	padding-right:1em;
	padding-left:1em;
	left:0%;
	width:69%;
	border-right:1px silver dotted;
	border-left:1px silver dotted;
}

#rightcol{
	position:relative;
	float:left;
	width:25%;
	left:2%;
}
#clear{
	clear:both;
	height:2em;
}
#footer
{
	clear:both;
	float:bottom;
	font-size:10px;
	height:3.5em;
	padding-top:5px;
	text-align:center;
}
/*revised*/

#header2{
	background:url("/coltest/images/1_1.gif") bottom;
	background-repeat:repeat-x;
}
#footer{
	background: url("/coltest/images/1_2.gif");
	background-repeat:repeat-x;
}
#menu {
	padding-top:4em;
	float:left;
	position:relative;
	width:16%;
	left:1%;
}
#menu a{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	border-left:solid #6090C9 4px;
	background-color:#CFDEF1;
	text-decoration:none;
	padding-left:1em;
	padding-top:.5em;
	padding-bottom:.5em;
	color:#253D5B;
	font-weight:bold;
}
#menu a:hover{
	border-left:solid #F19A2A 4px;
	background-color:#CFDEF1;
	color:#0090FF;
}