body
{
}

.spacer {
	background-image:url(/images/common/spacer.gif);
}

h1
{
	font-family :Arial;
	font-weight : bold ;
	font-size :medium ;
	text-decoration : underline;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

h2
{
	font-family :Arial;
	font-weight : bold ;
	font-size :small ;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

h3
{
 font-weight :bold ;
 font-size :small ;
 color : Red;
 padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

.horizontalrule{
	background:#023568;
	height :1px;
	width :100%;
}


.fullscreen
{
	width :100%;
	height:100%;
	vertical-align :top ;
	left:0;
	border-style :none ;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
	
}

.link
{
	text-decoration : underline;
	font-family : Arial ;
	font-size :100%;
	color : #8984BE;
}

.link:hover
{
	text-decoration :none;
	font-family : Arial ;
	font-size :100%;
	color : red;
}

.lightblue
{
	background-color : #336699;
}

.navyblue
{
	background-color : #023568;
	
}

.purple
{
	background-color : #8984BE;
	
}

.leftcolumn
{
	background-color : #336699;
	border-right : solid 2px #023568;
	background-image:url(/images/common/spacer.gif);
	
}

.maincolumn
{
	background-color : #FFFFFF;
	background-image:url(/images/common/spacer.gif);
	color : #023568;
	
}

.rightcolumn
{
	background-color : #336699;
	border-left : solid 2px #023568;
	background-image:url(/images/common/spacer.gif);
	
}


	

.aspbutton
{
	width : 12em;
	background-color :#023568;
	font-family : Arial ;
	color : White ;
}

.menuBar
{
	width :100%;
	height : 2em;
	vertical-align :middle ;
	border-bottom : solid 1px #023568;
	border-top : solid 1px #023568;
	border-left : solid 1px #023568;
	border-right : solid 1px #023568;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 15px;
	background-color : #8984BE;

}


.fullwidth
{
	width :100%;
	vertical-align :top ;
	left:0;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
}

.maincontent
{
	width :70%;
	height:100%;
	vertical-align :top ;
	left:0;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
}




.alignlefttop
{
		
	vertical-align :text-top ;
	text-align :left ;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
	top:0px;
}

.aligncentertop
{
	
	vertical-align :text-top ;
	text-align :center ;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
	top:0px;
}

.alignrighttop
{
	vertical-align :text-top ;
	text-align :right ;
	margin :0px 0px 0px 0px;
	padding :0px 0px 0px 0px;
	top:0px;
}


a
{
	text-decoration : underline;
	font-family : Arial ;
	font-size :100%;
	color : #023568;
}

a:hover
{
	text-decoration :none;
	font-family : Arial ;
	font-size :100%;
	color : #023568;
}