﻿body 
{
    margin:0px;
    background-image:url('bg_top.gif');
    background-repeat:repeat-x;  
    font-family:Calibri;  
    
}

.container
{
	margin: 0 auto;
	margin-top:30px;
	text-align: left;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;		
	background-image:url('vs2010logo.png');	
	background-repeat:no-repeat;
	min-height:450px;
	width:980px;
}

.banner
{
    background-image:url('banner.png');
    width:977px;
    height:235px;        
}

#content2
{
	background-image:url('nav_bg.png');
	background-repeat:no-repeat;
	z-index: 2;
    position:absolute;    
    width: 977px;
    top:200px;
    height: 30px;    
    text-align:center;
    font-family:Calibri;
    font-weight:bold;
    font-size:12pt;
    color:#ffffff;
    padding-top:5px;
    padding-left:85px;    
} 

.footer
{
    background-image:url('footer.gif');
    background-repeat:repeat-x;
    height:526px;
    background-color:#103049;
}

a.navLink:link
{
	color: #fff; text-decoration: none;	font-weight:bold; display:block;padding-left:20px;	padding-right:20px; float:left;
}
a.navLink:visited {color: #fff; text-decoration: none;	font-weight:bold; display:block;padding-left:20px;	padding-right:20px; float:left;}
a.navLink:active {color: #fff; text-decoration: none;	font-weight:bold; display:block;padding-left:20px;	padding-right:20px;float:left;}
a.navLink:hover {color: #fff; text-decoration: none;	font-weight:bold; display:block;padding-left:20px;	padding-right:20px; background-color:#000;float:left;}


a.OL:link
{
	color: red; text-decoration: none;font-size:9pt; 
}
a.OL:visited {color: red; text-decoration: none;font-size:9pt;}
a.OL:active {color: red; text-decoration: none;	font-size:9pt;}
a.OL:hover {color: red; text-decoration: underline; font-size:9pt;}


#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}

#navigation{
	float:left;
	width:110px;
	height:400px;
	background-color:#5B739C;
}
	#navigation .sup{
		margin:26px 10px;
		font-size:14px;
	}
		#navigation ul{
			margin:5px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:10px;
		}
		#navigation a.scrolling{
			color:#933;
		}


#content{
	overflow:hidden;
	width:977px;
	background-color:Transparent;
	position:relative;
	height:500px;
	float:left;
}
	#content h2{
		color:#993333;
		margin:20px 0pt;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}

.section{
	width:1000px;
	position:relative;
	height:700px;
}

	.section .sub{
		position:relative;
		float:left;
		padding:0px 0px 0px 0px;
		width:1000px;
		height:700px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}

.frmLabel
{
    float:left;
    width:100px;
    padding-left:55px;
}

.frmTextBox
{
    font-size:12pt;
    border:solid 1px #d0c6ed;
    height:20px;
    width:350px;
    float:left;
    margin-bottom:5px;
}
