*{
	margin:0;
	padding:0;
}


#nav {
	background:#2E3192;
	height:2.5em;
	line-height:1.5em;
}

#nav li a {
	text-decoration:none;
	display:block;
	float:left;
	background: #2E3192;
	line-height:1.5em;
	color:#FFF;
	font-weight:bold;
	padding:0.5em 1.0em;
	border-right:0.1em solid #FBB03B;
}

#nav li a:hover {
	background:#FBB03B;
}

#nav li {
	float:left;
	font:1.0em Arial, Garamond, Verdana, sans-serif;
	position:relative;
}



html {
	text-align:center;
	background:#EAEAEA;
}

body {
	font-family:  trebuchet ms,Palatino Linotype;
	text-align:left;
	color:#333;
	width:50em;
	margin:1em auto;
	padding:0.2em;
	background:#FFFFFF;
	border:0.1em solid #AAAFFF;
}

p {
	font-family:  trebuchet ms,Palatino Linotype;
	font-size: 1em;
	line-height:1.4em;
	margin:1em 0;
}

a {
	color:#004D85;
	text-decoration:none;
}

p a, td a, th a {
	background:url('link_underline.gif') bottom repeat-x;
	padding-bottom:0.1em;
}

ul {
	list-style:none;
}

#masthead {
	width:100%;
	height:4.5em;
	line-height:6em;
	position:relative;
	margin-bottom:0.0em;
	background: #FFFFFF;
}

#masthead h1 {
	font-size:3em;
	font-family: trebuchet ms,Palatino Linotype;
	margin-left:1em;
	color:#FFF;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:0.5em;
}


/* Main Column */

#mainContent {
	width:43em;
	padding:2em 0 2em 2em;
	float:left;
}

#mainContent a {
	color:#004D85;
	text-decoration:none;
        border-bottom: thin dotted;
}


#mainContent h2 {
	font-family: trebuchet ms,Palatino Linotype;
	font-size: 1.2em;
	color:#2E3192;
}

#mainContent p + h2 {
	margin-top:1.5em;
}

#mainContent h3 {
		font-size:1.25em;
}


#mainContent ul {
	color:#FFFFFF;
}

#mainContent li {
	font-family:  trebuchet ms,Palatino Linotype;
	font-size: 1em;
	padding-left:1em;
	margin:0 0 0 0.5em 1em;
	color:#333;
}

/* Main Column Table */

#mainContent table {
        border-style: solid;
        border-color: #2E3192;
	margin-top:1.5em;
	}

#mainContent thead {
        border-style: none;
	background:#EAEAEA;
}

#mainContent td {
        border-style: none;
        font-family:  trebuchet ms,Palatino Linotype;
	padding:0.5em;
	background:#EAEAEA;
}

#mainContent th {
        border-style: none;
        font-family:  trebuchet ms,Palatino Linotype;
	padding:0.5em;
	background:#F4F4F4;
	color:#004D85;
}

#mainContent th strong {
        border-style: solid;
        border-color: #2E3192;
	color:#F60;
}


/* Form */

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.5em;
	font-weight:bold;
}

input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
	width:15em;
}

textarea {
	width:28em;
	height:5em;
	font:1.2em Garamond, Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	font-size:1em;
	font-weight:bold;	width:auto;
	background:#FFFFFF;
}

input#submit:hover {
	border-color:#F60;
}


/* Side Column */

#secondaryContent {
	width:16em;
	padding:2em;
	float:left;
}

#secondaryContent h2, #secondaryContent p {
	font-size:1.2em;
}

#secondaryContent h2 {
	color:#F60;
}

.secondaryContentBox {
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	padding:1em 1em 0.5em;
	margin-bottom:2em;
}

.secondaryContentBox span {
	color:#F60;
	font-weight:bold;
}


#footer {
	font-family:  trebuchet ms,Palatino Linotype;
	text-align:center;
	clear:both;
	padding:1em 0 0;
	background:url(footer_hr.gif) repeat-x;
}
#footer li{
	display:inline;
	margin:0.5em;
}
#footer p {
	font-size: .8em;
}
