/*///// HTML /////*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	background-color: #0054A4;
	margin: 5px auto 0 auto;
	width: 912px;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

div#pagetitle h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 0 2em;
	color: #0054A4;
	font-weight: normal;
	font-style: italic;
}

h2 {
	color: #0054A4;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	color: #0054A4;
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}

h4 {
	text-transform: uppercase;
	color: #0054A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

div#subcontentleft h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1.5em 0;
}

hr {
	color: #CCCCCC;
	height: 1px;
	clear: both;
}

div#mainmenu img {
	border: none;
}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: .4em;
	border-bottom: dotted 1px #FFFFFF;
}

div#footer a:hover {
	color: #6DCFF6;
	padding-bottom: .4em;
	border-bottom: dotted 1px #6DCFF6;
}

a {
	color: #0054A4;
	border-bottom: dotted 1px #0054A4;
	text-decoration: none;
}

a.nounderline {
	border-bottom: none;
	padding: 0;
}

img {
	border: none;
}

/*///// DIV LAYOUT /////*/

div#header {
	padding: 0 10px;
}

div#headerleft {
	float: left;
	width: 12em;
}

div#headerright {
	margin-left: 12em;
}

div#tagline {
	margin-top: 2em;
	text-align: right;
}

div#mainmenu {
	margin-top: 2em;
	text-align: center;
}

div.contentcontainer {
	background: url(../images/bgleft.gif) repeat-y top left;
}

div.contentrightshadow {
	background: url(../images/bgright.gif) repeat-y top right;
}

div.topshadow {
	height: 10px;
	background: url(../images/bgtop.gif) repeat-x;
}
div.bottomshadow {
	height: 10px;
	background: url(../images/bgbottom.gif) repeat-x;
}

div.content {
	margin: 0 10px;
	background-color: #FFFFFF;
	padding: 7px;
}

div.subcontent {
	margin: 0 10px;
	background-color: #FFFFFF;
}

div#pagetitle {
	padding: 1em 1em 2em 1em;
	background: url(../images/bgtitle.gif) repeat-x bottom left;
}

div.contenttwocolumn {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	float: left;
	width: 431px;
	padding-right: 7px;
	border-right: dotted 1px #CCCCCC;
}

div.contenttwocolumright {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	float: left;
	width: 419px;
	padding-left: 20px;
}

div#subcontentmain {
	padding: 7px;
}

div#subcontentleft {
	float: left;
	width: 200px;
}

div#subcontentright {
	float: left;
	width: 638px;
	margin-left: 40px;
}

div#maincontent {
	padding: 2em;
}

div#footer {
	color: #FFFFFF;
	font-size: .85em;
	font-weight: bold;
	padding: 1em 17px 7px 17px;
}

div#footerleft {
	float: left;
	width: 35%;
	text-transform: uppercase;
}

div#footermiddle {
	float: left;
	width: 30%;
}

div#footerright {
	float: left;
	width: 35%;
	padding-left: 1em;
	text-align: center;
}

/*///// MENUS & LISTS /////*/

div#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#mainmenu li {
	display: inline;
}

div#mainmenu li a {
	padding: 0 1em;
}

div#mainmenu li a.last {
	padding-right: 0;
}

div#subcontentleft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#subcontentleft ul li {
	margin-bottom: 1em;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}

div#subcontentleft ul li li {
	margin: 0;
	font-size: 1em;
	border-bottom: dotted 1px #CCCCCC;
	font-weight: normal;
	
}

div#subcontentleft ul li a {
	display: block;
	border: none;
	font-weight: normal;
	padding: 0.5em 0 0.5em 1.5em;
	background: url(../images/bullet.gif) no-repeat 0.5em center;
}

div#subcontentleft ul li a:hover {
	color: #000066;
}

ul.bulletlink, ul.bulletlinkback {
	margin: 0;
	list-style-type: none;
}

ul.bulletlink li {
	padding: 0.5em 0 0.5em 1.5em;
	background: url(../images/bullet.gif) no-repeat 0.5em center;
}

ul.bulletlinkback li {
	padding: 0.5em 0 0.5em 1.5em;
	background: url(../images/bullet-back.gif) no-repeat 0.5em center;
}


/*///// CLASSES /////*/

.clear {
	clear: both;
}

.highlight {
	color: #6DCFF6;
}

.lefthightlight {
	color: #FF6600;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
	margin-left: 20px;
}

.textalignright {
	text-align: right;
}

.heading {
	font-size: 1.4em;
}

.border {
	border: solid 1px #CCCCCC;
	padding: 1px;
}