@charset "utf-8";

* html {
font-size: 101%;
}

body {
margin:0;
font:0.625em arial, helvetica, sans-serif;
background-color:#000000;
}

p, li {
font-size:1.3em;
}
	p:first-child {
	margin-top:0;
	}
	p.small {
	font-size:90%;
	}
	.redtext {
		color:#ff0000;
	}

ul.listofthings {
list-style:none;
margin:0;
padding:0;
}
	ul.listofthings li {
	margin-bottom:0.5em;
	}

h1 {
font-size:2em;
margin-top:0;
font-weight:bold;
text-transform:uppercase;
}

h2 {
font-size:1.6em;
margin-top:0;
font-weight:bold;
text-transform:none;
}

h3 {
font-size:1.3em;
margin-top:0;
font-weight:bold;
text-transform:none;
}

a {
color:#666666;
}
	a:hover {
	color:#002349;
	text-decoration:none;
	}
a.cclink {
font-size:90%;
text-decoration:none;
padding:1px 2px 1px 2px;
color:#ffffff;
background-color:#999999;
border:1px solid #666666;
}
	a.cclink:hover {
	color:#ffffff;
	background-color:#002349;
	border:1px solid #666666;
	}

/* Hide CC links for now */
a.cclink {
display:none;
}

td {
font-size:1.3em;
}
	td.tdnotextchange p, td.tdnotextchange li, td.tdnotextchange input {
	font-size:100%;
	}
	
	td p, td li {
	font-size:100%;
	}

table.properly_spaced_table td {
padding:0 5px 5px 0;
}

img.imageright {
float:right;
margin:0 0 10px 10px;
}

/* LAYOUT */

#pagecontainer {
width:955px;
margin:0 auto 40px auto;
}

#headercontainer {
width:955px;
}
	#headertop {
	width:955px;
	background-color:#000000;
	}
	#navbar {
	width:955px;
	height:21px;
	margin:0;
	padding:0.3em 0 0 0;
	background-color:#285483;
	}
		#navbar ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
			#navbar ul li {
			display:inline;
			margin:0;
			}
				#navbar ul li a {
				display:block;
				float:left;
				margin:0 0 0 2em;
				color:#ffffff;
				font-weight:bold;
				text-decoration:none;
				}
					#navbar ul li a:hover {
					text-decoration:underline;
					}

/* BODY */

#bodycontainer {
clear:both;
width:955px;
min-height:400px;
margin-top:10px;
padding-top:30px;
background-color:#ffffff;
background:#ffffff url(../Images/Layout_v2/bodyshadow.gif) repeat-x;
}
	#col1 {
	float:left;
	width:170px;
	padding:50px 13px 70px 40px;
	}
		#col1 ul {
		list-style:none;
		margin:0 0 10px 0;
		padding:0;
		}
			#col1 li {
			font-size:1.2em;
			margin-bottom:0.1em;
			}
			#col1 li.toplink {
			font-weight:bold;
			}
				#col1 li ul li, #col1 li.toplink ul li {
				font-size:100%;
				font-weight:normal;
				}
			#col1 a.picturelink {
			border-left:3px solid #ffffff;
			padding-left:3px;
			}
				#col1 li a {
				color:#666666;
				text-decoration:none;
				}
					#col1 li a:hover {
					color:#002349;
					text-decoration:underline;
					}
	
	#col2 {
	float:left;
	width:692px;
	padding:0 40px 40px 0;
	}
	
	/* For two column pages */

div.pagebodyleft {
float:left;
display:inline;
width:50%;
margin-bottom:2em;
}
	div.pagebodyleft p {
	margin-right:2em;
	}
div.pagebodyright {
float:left;
display:inline;
width:50%;
margin-bottom:2em;
}

/* FOOTER */

#footerlinks {
clear:both;
width:955px;
padding:20px 0 20px 0;
margin:0;
border-top:1px solid #999999;
text-align:center;
background-color:#ffffff;
background:#ffffff url(../Images/Layout_v2/footerbg.jpg) repeat-x;
}
		#footerlinks ul {
		list-style:none;
		margin:0;
		padding:0;
		}
			#footerlinks li {
			display:inline;
			font-size:1.1em;
			text-transform:uppercase;
			}
				#footerlinks li a {
				margin:0 15px;
				color:#666666;
				text-decoration:none;
				}
					#footerlinks li a:hover {
					color:#002349;
					text-decoration:underline;
					}
#footerbottom {
text-align:center;
margin-top:15px;
background-color:#000000;
}
	#footerbottom p {
	font-size:1.1em;
	color:#999999;
	}

/* OTHER DIV CLASSES */

div.cleardiv {
clear:both;
height:1px;
}

div.picturewithcaption {
float:right;
margin:0 0 10px 15px;
}
	div.picturewithcaption p {
	font-size:1.2em;
	color:#999999;
	font-style:italic;
	}

div.a33percent {
float:left;
display:inline;
width:33%;
}