﻿html, body 
{
	height: auto;
	
	}

body
{
	min-height:100%;
	background-color: #d4d4d4;
	font-family: Arial;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
}

a img
{
	color:#2b6da4;
	border: 0px;
}
#wrap
{
	min-height:100%;
	background: #fff url('../User/body_bg.png') repeat-x center top;
}
#wrap1
{
	min-height:100%;
	background: #fff url('../User/images/blue_s.png') repeat-x center top;
}
#main1 
{
	overflow:auto;
	padding-bottom: 38px;
}
#foot
{
	position: relative;
	margin-top: -68px; /* negative value of footer height */
	height: 38px;
	clear:both;
	background: #fff url('../User/images/blue_f.png') repeat-x center bottom;
}
#main 
{
	overflow:auto;
	padding-bottom: 48px;		
}
#topsection
{
	background: #fff url('../User/images/blue_header.png') repeat-x center top;
	height: 60px; /*Height of top section*/	
	
}

#topsection h1
{
	margin: 0;
	padding-top: 25px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 30px;
	font-weight: normal;
	height: 38px;
	width: 530px;
}

#topsection h2
{
	margin: 0;
	padding-top: 25px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
}


#contentwrapper
{
	float:left;
	width: 100%;
}

#leftcolumn
{	
	float: left;
	width: 200px; /*Width of left column*/
	
}

.leftinner
{
	margin: 30px 10px 10px 10px;
	border-right: dashed 1px #437B9E;
}
#baseline
{
	position: relative;
	height: 48px;
	clear:both;
	background: #fff url('../User/images/blue_f.png') repeat-x;
}
#footer
{
	width: 100%;	
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
}

#footer p
{
	padding: 10px 0px 5px 0px;
}

#footer a
{
	color: #FFF;
	font-weight: bold;
}

#navcontainer
{
	width: 160px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 10px;
	font-family: Verdana;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 160px;
	background-color: #1687A5;
	border-bottom: 1px solid #FFF;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFF;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #5EBBDC;
	color: #fff;
}

.innertube
{
	/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	height: 68px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.topcurved
{
	width: 100%;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.bottomcurved
{
	width: 100%;
	height: 38px;
	background: #fff url('../User/images/blue_f.png') repeat-x center bottom;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.Header
{
	padding: 25px 10px 0px 10px;
	width: 98%;
	height: 100px;
}
