body{
    background: #CCCCCC url(images/ASFC-bg.jpg) repeat-y;
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 600;
}

h1
{
	font-size: 140%;
	color: #369;
	line-height: 8px;
	padding: 0px;
	
}
h2
{
	font-size: 130%;
	line-height: 5px;
	padding: 0px;
}

h3{
	font-size: 120%;
	color: #369;
    padding: 0px;
}

form
{
	min-width: 100px;
}

input text
{	
	width: 400px !important;
	
}

#divBodyWrapper {
	display: block;
	width: 1005px !important;
	min-width: 975px !important;
	/*width: expression(document.body.clientWidth < 1005 ?   "995px" : "auto" );*/
}

#divTopWrapper{
	width: 100%;
	padding: 5px;
}

#divLogo{
	width: 55%;
	float: left;
	/*border: solid 1px #667;*/
}

#divMiddleWrapper{
	width: 100%;
	/*border-top: 1px solid #667;*/
}

#divMiddleLeft{
	width: 550px;
	float: left;
	/*border: solid 1px #667;*/
}

#divMiddleRight{
	width: 350px;
	float: left;
	/*border: solid 3px #667;*/
}

#divBottomWrapper{
	width: 100%;
}

#divVisionWrapper{
	width: 100%;
	float: left;
	padding: 5px;
}

#divRegisterWrapper{
	float: left;
	width: 35%;
/*	border: solid 1px #667;*/
}

#divRegisterBox{
	
	float: left;
	width: 350px;
	filter: alpha(opacity=90);
	/*border: solid 1px #667;*/

}
#divInfoWrapper
{
	width: 350px;
	float: right;
	filter: alpha(opacity=90);
	/*border: solid 1px #667;*/
	font-size: 90%;
}
#divInfoBox{
	filter: alpha(opacity=90);
	border: solid 3px silver;
	font-size: 110%;
	width: 90%;
}

.Box{
    float: left;	
	/*border: solid 1px #667;*/
}

.BoxInside{
	padding: 10px;
}

.Clearer{
	clear: both;
}

.GreyBox{
	background-color:#CCCCCC;
}

.divLinkWrapper{
	width: 100%
}

#slantedmenu{
font-weight: bold;
font-size: 150%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}
