/* Standard HTML */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

body {
	background: url('../_assets/img/header.jpg') repeat-x 0 0;
	background-color: #FFFFFF;
}

td, th {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

/* Bullets */

ul { 
 list-style-type: square;
}

/* Heading Sizes */	
h1	{ font-size: 24px; }
h2	{ font-size: 20px; }
h3 { font-size: 14px; }
h4	 { font-size: 12px; color: #333333; }
h5 {font-size: 12px; color: #003366; }
h6	{ font-size: 11px; }

/* Link formatting */			
a, a:link 			{ color: #2F3F4A; text-decoration: none; }
a:visited 			{ color: #2F3F4A; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; }

/* Specific */

#headertable {
	height: 50px;
}

#headertable2 {
	height: 130px;
	width: 800px;
}

#headertable2text {
	text-align: right;
	vertical-align: bottom;
}

#headertable3 {
	height: 30px;
	width: 800px;
}

#headertable3text {
	text-align: left;
	padding-top: 10px;
	vertical-align: bottom;
	font-size: 11px;
	color: #003366
}

#title {
	text-align: left;
	font-size: 24px;
	color: #FFFFFF;
	padding: 15px;
}

#titlephoto {
	height: 150px;
	width: 200px;
}

#titlephoto-right {
	vertical-align: top;
	height: 150px;
	width: 600px;
}

#logo {
	position: relative;
	top: 10px;
}

#divider{
	height: 10px;
	border-bottom: 1px dotted #999999;
}

/* Main Navigation*/

#header {
	text-decoration: none;
	padding-bottom: 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#header li {
	display: inline;
	padding: 10px 10px 10px 10px;
	border-right: 1px dotted #999999;
}

#header a {
	color: #CCCCCC;
}

#header a.active {
	color: #00CCFF;
	font-weight: bold;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Side Navigation */

#menu {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

#menu a {
	color: #999999;
	padding: 3px 0 3px 8px;
	border-left: 4px solid #CCCCCC;
}

#menu a:hover {
	text-decoration: none;
	color: #333333;
	border-left: 4px solid #666666;
}

#menu a.active {
	color: #660066;
	font-weight: bold;
	border-left: 4px solid #660066;
}

#menu ul {
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 2em;
	text-align: left;
	list-style-type: none;
}

/* Site General */


.phrase {
	color: #999999;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-align: justify;
}

#textcontent {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: justify;
}

#mainleft {
	width: 200px;
	padding-top: 10px;
	vertical-align:top;
}

#sidebar {
	width: 200px;
	padding-top: 10px;
	vertical-align: bottom;
}

#mainbody {
	vertical-align: top;
	width: 600px;
	padding-top: 10px;
}

#footer {
	height: 50px;
	width: 800px;
	vertical-align: top;
	padding-top: 10px;
}

#foot-text {
	font-size: 11px;
	padding-top: 20px;
}

#foot-text li {
	display: inline;
}
