/* header items .........................*/

#header {

	background: ;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #494bdb;
	border-bottom-color: #a3a6f9;
	background-image: none;
	background-repeat: repeat-x;
	height: 110px;
}


h1 {
	font-size: x-large;
	font-weight: bold;
	float: left;
}
#SubHeaderLeft {
	float: left;
	padding-top: 2em;
	width: 350px;
}

#SubHeaderRight {
	float: right;
	padding-top: 10px;
}

/* .............................End Header items*/

/* Navigation items ......................*/

#WholeNavContainer {
	background-color: #a3a6f9;
	width: 100%;
	height: 40px;
}

#navcontainer {
	background-color: #494bdb;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 30px;
}
#navbar {
	width: 100%;
}
#navbar ul {
	padding: 0;
	margin: 0;
	background-color: #046409;
	color: #FFF;
}
#navbar li {
	display: inline;
}
#navbar li a {
	font-size: 90%;
	float: left;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	padding: 5px 14px 7px 14px;
	border-right: 1px solid #FFF;
	font-weight: bold;
}

#navbar li a:hover {
	color: #000;
}

/* .......................End Navigation*/

/* Main text content items................*/

#leftcolumn {
	float: left;
	width: 161px;
	left: 0px;
	top: 200px;
	margin-top: 80px;
	background-color: #ffffff;
	padding: 0px;
}

#rightcolumn {
	float: right;
	width: 650px;
	background-color: #FFFFFF;
	margin-left: 5px;
	padding-top: 20px;
}
#maincolumns {
	width: 100%;
	height: 100%;
}


/* ...............................end of main content items*/


/* Footer..................................................*/

#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	color: #333333;
	font-size:10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #494bdb;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

/*...............................................end of Footer*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #494bdb;
}
