/* top - right - bottom - left */

div.container{
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
}

img.banner{
	border : 0;
	padding : 0;
	overflow : hidden;
	color : #ffffff; /*whites out text*/
	background-color : #ffffff;
	height : 55px;
	width : 990px;
	text-align : left;
	cursor : pointer;
}

div.linksleft{
	padding-bottom:5px;
}

.sidemenu{
	color:rgb(41,22,111);
	text-indent:0;
	text-align:left;
	background-color:transparent;
}

.sidemenuselected{
	text-decoration:none;
	color:rgb(41,22,111);
	cursor:default;
	text-indent:0;
	background-color:rgb(170,169,169);
}

.sidemenu:hover{
	color:rgb(170,169,169);
	background-color:rgb(88,67,126);
}

.bluetext{
	text-decoration:none;
	color:rgb(41,22,111);
	cursor:default;
	text-indent:0;
	font-size:95%;
	font-weight:bold;
}

.blacktext{
	text-decoration:none;
	color:rgb(0,0,0);
	cursor:default;
	text-indent:0;
	text-align:justify;
	font-size:95%;
	font-weight:normal;
}

.graytext{
	color:rgb(100,100,100);
	cursor:default;
	text-align:center;
}

.graytextleft{
	color:rgb(100,100,100);
	cursor:default;
}

.graynode{
	text-decoration:none;
	color:rgb(100,100,100);
	cursor:pointer;
	font-weight:normal;
}

.bluenode{
	color:rgb(41,22,111);
	cursor:pointer;
	font-size:80%;
	font-weight:bold;
}

.nav{
	font-size:16px;
	color:rgb(41,22,111);
	font-weight:normal;
}

.nav:hover{
	font-size:16px;
	color:rgb(170,169,169);
	background-color:rgb(41,22,111);
	font-weight:normal;
}

.navselected{
	font-size:16px;
	color:rgb(41,22,111);
	background-color:rgb(170,169,169);
	font-weight:normal;
}

td.bluebox{
	height:17em;
	border-color:rgb(133,218,250); 
	border-width:7px;
	border-style:solid;
	padding:12px;
	background-color:rgb(255,255,255);
	cursor:default;
}

td.blueboxasborder{
	border-color:rgb(133,218,250); 
	border-width:7px;
	border-style:solid;
	padding:2px;
	background-color:rgb(133,218,250);
	cursor:default;
}

td.whitebox{
	padding:12px;
	background-color:transparent;
	cursor:default;
	width:100%;
}

td.bullettext{
	font-weight:bold;
	text-decoration:none;
	color:rgb(41,22,111);
	background-color:rgb(255,255,255);
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:8px;
	cursor:default;
	text-indent:0;
	text-align:left;
}

img.left-floating{float:left;
	padding-right:5px;
	padding-bottom:5px;
}

.center{
	text-align:center;
}

.searchbutton{
	background-color:rgb(255,255,255);
	color:rgb(41,22,111);	
}

.searchbutton:HOVER{
	background-color:rgb(41,22,111);
	color:rgb(170,169,169);
}

.textbox{
	background-color:rgb(133,218,250);
	color:rgb(0,0,0);
	width:280px;
}

body{
	border-left-color:rgb(88,67,126); 
	border-left-width:12px;
	border-left-style:solid;
	border-top-color:rgb(88,67,126);
	border-top-width:5px;
	border-top-style:solid;
	margin:0px 0px 0px 0px;
	max-width:990px;
	text-align:center;
	font:1.0em verdana,arial,geneva,helvetica,sans-serif,"times new roman";
	height:100%;
}

