@charset "UTF-8";
/* CSS Document */

/*Resetting the browser defaults*/
html{
margin:0; padding:0;}
Body{
margin:0; padding:0;

background: url(images/red_bar.jpg) top repeat-x;
background-color:#fff;
}

p { padding-top:0px; }


/*link styles*/

a:link { text-decoration:none; color:#C00;}
a:visited { text-decoration:none; color:#999;}
a:hover { color:#900;}
a:active{ border:0px;}
	
	
/*Styles*/


h1{
	font-family:"Trebuchet MS";
	color:#A00000;
	font-size:35px;
	margin-top: 1px;
	margin-bottom: 1px;
}


h2{
	font-family:"Trebuchet MS";
	color:#00008B;
	font-size:25px;	
	margin-top: 1px;
	margin-bottom: 1px;
}


h3{
	font-family:"Trebuchet MS";
	color:#A00000;
	font-size:20px;
	margin-top: 1px;
	margin-bottom: 1px;
}


h4{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:16px;
	margin-top: 1px;
	margin-bottom: 1px;
}


h5{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:13px;
	margin-top: 5px;
	margin-bottom: 5px;
}


h6{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:30px;
	margin-top: 1px;
	margin-bottom: 5px;
	border-bottom: 3px solid;
	border-top: 3px solid;
}


h7{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:14px;
	margin-top: 1px;
	margin-bottom: 100px;
}


h8{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:20px;
	margin-top: 1px;
	margin-bottom: 5px;
	border-bottom: 3px;
	border-top: 3px;
}

/*Classes*/


.side_box{

	float:left;
	
	padding:5px;
	margin:0px auto;
	margin-top:10px;
	
	font-family:sans-serif;
	font-size:12px;
	color: #dddddd;
	
	width:200px;
	background:#fff;
	
}


#nav a{

	/*position and border*/
	float:left;
	height:48px;
	width:195px;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
	border-right:
	border-left:
	
	/*creating the text and positioning it*/
	font-family:sans-serif;
	color:#FFFFFF;
	font-size:15px;
	font-variant:small-caps;
	letter-spacing:2px;
	text-align:center;
	line-height:3em;
	
}


/*Hover effects*/

.nav_button:hover{
	font-size:18px;
	line-height:3em;
	
}


.logo{
	float:left;margin-left:50px;
	height:55px;width:70px;
	background:url;
}


.logo:hover{
	height:55px;width:70px;
	background:url;
}


/*Effect classes*/

.round_box_thin{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

.shadow_global{
	-moz-box-shadow: 1px 2px 10px #111;
	-webkit-box-shadow: 1px 2px 10px #111;
}


.glow_box{
	-moz-box-shadow: 0px 2px 15px #fff;
}


/*IDs*/

#main {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	
}


#wrapper {
	
	float: left;
	width:1000px;
	background: #eee url (images/red_bar.jpg) top repeat-x ;
	padding:0px;
	
}


#nav{
	background-color: #20211f;
	margin:0px;
	padding:0px;
	height:55px;
	
}


#main_content{
	
	font-family:sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	
	width:740px;
	
	background:#FFFFFF;
	
	padding:15px;
	margin:10px;
	margin-top:10px;
		
}


#leftCol{
	border: none;
	width: 315px;
	height: 375px;
	padding: 5px 25px 25px 25px;
	float: left;
	
}


#rightCol{
	font-family: "Trebuchet MS", sans-serif;
	border: none;
	width: 315px;
	height: 375px;
	padding: 5px 25px 25px 25px;
	float: right;
	
}


#footer{
	float:left;
	height:30px;
	width:1000px;
	
	font-family:sans-serif;
	font-size:12px;

	background: url () bottom repeat-x;
	
	
	/*Rounding bottom corners in Firefox*/
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	/*Rounding bottom corners in Safari*/
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
	
}


div.header{
	width: 100%;
	border-width: 2px;
	border-style: none;
	text-align: center;
	background-color: #0c3575;
}
