/*GLOBAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body.background {
	background-color:#3a6081;
}

#page {
	margin:0 auto;
	text-align:center;
	padding:0;
	clear: both;
	width:100%;
	background-image : url("/images/wall.gif");
	background-repeat:repeat-y;
	background-position:center top;
}

div, p, td, tr, li, ul {
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size : 14px;
	color : #666666;
	font-style : normal;
	line-height:20px;
}

a:link {color: #3a6081;}
a:hover {color: #143e63;}
/*a:visited {color: #666666;}*/

hr {
	height:1px;
	color:#CCCCCC;
}

.small {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 10px;
}

.odd { background-color: #D5D9FE; }
.even { background-color: #EEEEEE; }


/*HEADINGS--------------------------------------------------*/

h1 {
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : bold;
	font-size : 15px;
	color : #666666;
}

h2 {
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : bold;
	font-size : 16px;
	color : #000000;
}

h3 {
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size : 14px;
	color : #333333;
	line-height:14px;
}

h5 {
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
}


/*MENU--------------------------------------------------*/

#menucontainer {
	margin:0 auto;
	text-align:center;
	height: 70px;
	width:930px;
}

#menuwrap {
	margin:0 auto;
	text-align:center;
	height: 60px;
	width:850px;
}

.menu ul {
	margin:0px;
	padding:0px;
	height:60px;
}

.menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;
	padding-top:10px;
	height:60px;
	background-image : url("/images/menu_div.gif");
	background-repeat:no-repeat;
	background-position:top right;
}

.menu li a {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-weight:normal;
	font-size : 17px;
	color:#698197;
	text-decoration:none;
	padding:0 39px 40px 39px;
}

.menu li a:hover, .menu li a.active {
	color:#093761;
}


/*SUBMENU-------------------------------------------------*/

.submenu ul {
	margin:0px;
	padding:0 0 35px 40px;
	clear:right;
}

.submenu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.submenu li a, .submenu li a:visited {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	font-size : 14px;
	color:#698197;
	text-decoration: underline;
}

.submenu li a:hover {
	color:#01305c;
}

.submenudiv {
	padding-left:5px;
	padding-right:5px;
	color:#666666;
}

/*CONTENT--------------------------------------------------*/

#titlecontainer {
	margin:0 auto;
	text-align:center;
	width:930px;
}

#headercontainer {
	margin:0 auto;
	text-align:center;
	width:930px;
}

#pagecontentcontainer {
	margin:0 auto;
	text-align:center;
	width:930px;
	background-color:#FFFFFF;
	background-image : url("/images/wall_menu.gif");
	background-repeat:repeat-x;
	background-position:top;
}

h1.welcome {
	clear:left;
	text-align:left;
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 26px;
	color : #000000;
	padding:0 0 7px 0;
	margin:0px;
}

#pageheading h1 {
	clear:left;
	text-align:left;
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 26px;
	color : #000000;
	padding:0 0 15px 40px;
	margin:0px;
}

#pageheading h2.subtitle {
	text-align:left;
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 17px;
	color : #000000;
	padding:20px 0 0 0;
	margin:0 auto;
	width:850px;
	border-top:1px solid #CCCCCC;
}

.pagecontent {
	text-align:left;
	padding:0 40px 10px 40px;
	background-color:#FFFFFF;
	overflow: hidden;
}

#homecontentleft {
	float:left;
	text-align:left;
	width:430px;
	padding-bottom:20px;
}

#homecontentright {
	float:left;
	text-align:left;
	width:375px;
	padding-left:40px;
}


/*FOOTER--------------------------------------------------*/

#footer {
	margin:0 auto;
	clear:left;
	width:850px;
	text-align:center;
	padding: 20px 40px 20px 40px;
	border-top: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	overflow: hidden;
	
}

#footerleft {
	float:left;
	text-align:left;
	width:450px;
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #666666;
	line-height: 15px;
}

#footerright {
	float:left;
	text-align:right;
	width:400px;
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #333333;
}

#footerleft a, #footerright a  {
	text-decoration:none;
	font-weight:bold;
	color: #3a6081;
}

#footerleft a:hover, #footerright a:hover  {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

/*TABLES--------------------------------------------------*/

table.lightblue {
	background-color:#dfe8ec;
	padding:10px;
	width:375px;
	margin-bottom: 15px;
}

table.lightblue tr td h1 {
	font-family : Tahoma, sans-serif;
	font-size : 11px;
	color:#000000;
	padding:0px;
	margin:0px;
}

table.lightblue tr td p {
	font-family : Tahoma, sans-serif;
	font-size : 10px;
	line-height:13px;
	margin:5px 0 0 0;
}


/*FORMS--------------------------------------------------*/

.formmargin {
	margin:0px;
}

.forminput, .forminputrequired {
	font-family : Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size : 12px;
	border: 1px solid #999999; 
	background: #f3f6f7;
	color: #000000;
	margin:0px;
	padding:0px;
}

.required {
	border-left: 3px solid #999999;
}
	
#required, .forminputrequired {
	border-left: 3px solid #999999;	
}
