@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background-color:#8E91B6;
	background-image:url(images/background_repeater.png);
	background-repeat:repeat-x;
	margin-top: 0px;
}
h1 {
    font:Script, cursive;
	font-weight: bold;
	text-transform: capitalize;	
}
h2 {
    font:Script, cursive;
	font-weight: bold;
	text-transform: capitalize;	
}
#container {
	width:800px;
	margin:0px auto;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:244px;
	height:87px;
	margin: 0px;
}
#holder {
	background-color:#776363;
	height: auto;
	width: 691px;
	border: medium solid #35489e;
	margin:0px auto;
}

#header {
	width:708px;
	height:193px;
	margin:0 auto;
	background-image:url(images/Header_new.png);
}

#leftcontent {
	float:left;
	width:370px;
	height:400px;
	margin:10px;
	background-color:#10113a;
	background-image: url(images/leftContBG.png);
	background-repeat: repeat-x;
	background-position: top;
	/*padding:10px;*/
}

#leftcontent h1 {
	padding: 0 0 0 10px;
	text-decoration: underline;
	font-size:14px;
}

#leftcontent h2 {
	padding: 0 0 0 10px;
	font-size:11px
}

#leftcontent p {
	padding: 0 15px 0 10px;
}

.leftcontent_psub {
	padding: 0 0 0 10px;
	font-size:9px
}

#leftcontent a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
#leftcontent a:hover {
	color:#999999;
	text-decoration: underline;
}
#leftcontent a:active {
	color:#CCCCCC;
	text-decoration: none;
}
#leftcontent a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

#rightcontent {
	float:left;
	width:250px;
	height:400px;
	margin:10px;
	background-color:#35489e;
	background-image: url(images/rightBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rightcontent h1 {
	padding: 0 0 0 10px;
	text-decoration: underline;
	font-size:14px;
}

#rightcontent h2 {
	padding: 0 0 0 10px;
	font-size:11px
}

#rightcontent p {
	padding: 0 0 0 10px;
}

.rightcontent_psub {
	padding: 0 0 0 10px;
	font-size:9px
}

#rightcontent a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
#rightcontent a:hover {
	color:#999999;
	text-decoration: underline;
}
#rightcontent a:active {
	color:#CCCCCC;
	text-decoration: none;
}
#rightcontent a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

#bottomcontent {
	clear:left;
	width:660px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	border: medium solid #35489e;
}
#bottomcontent p {
	color:#171956;
	padding:0 0 5px 10px;
	text-align: center;
}
#bottomcontent h1 {
	color:#171956;
	padding:0 0 0 10px;
	font-size:14px;
}
#bottomcontent h2 {
	color:#171956;
	padding:0 0 0 10px;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
}

.bottomcontent_psub {
	/*padding: 0 0 0 10px;*/
	font-size:9px
}	

#footer {
	width:660px;
	height:41px;
	margin:10px auto;
	background-image: url(images/bottom_bg_repeat.png);
	background-repeat: repeat-x;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #171956;
}

#footer p {
	text-align:right;
	padding: 0 10px 0 0;
	font-size:8px;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#999999;
	text-decoration: none;
}
#footer a:active {
	color:#CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

/* Nav */

#nav {
	height:25px;
	padding-left:35px;
	margin-top:150px;
}

