/* 
------------------
	NORMAL LINKS
------------------
*/
a, a:visited,a:link,a:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color:#1A4672;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #59748F;
	text-decoration: underline;
}
/* 
------------------
	TOP LINKS
------------------
*/
a.topLink, a.topLink:visited,a.topLink:link,a.topLink:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9px;
	color:#0066CC;
	text-decoration: none;
}
a.topLink:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9px;
	color:#CC0000;
	text-decoration:underline;
}
/* 
------------------
	TOP LINKS
------------------
*/
body {
	margin: 0px;
	background-color:#4F5C88;
}

h1 {
font-weight:normal;
font-size:16px;
letter-spacing:0;
font-style:italic;
color:#333333;
font-family:Verdana, sans-serif;
padding:0 0 5px 15px;
}

#header {
width:657px;
height:140px;
background:#4F5C88 url(images/header.jpg) no-repeat;
position:relative;
}

.invertedshiftdown{
position:absolute;
top:92px;
left:330px;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: transparent; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #313854; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #313854; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}


.sideBoxTitleTD {
	height:16px;
	vertical-align:middle;
	background-color: #EBEBEB;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}
.sideBoxMainTD {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
	font-size: 10px;
	padding-left:5px;
	padding-top:3px;
	padding-right:5px;
}
.mainBoxMain {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.mainBoxPadding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mainBoxText {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.spacerLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
ul {
	list-style-image: url(../images/bullet.gif);
	margin:0px;
	padding-left:30px;
}
hr {
	color: #E8E8E8;
	
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #DFDFDF;
}

#footer {
width:656px;
height:27px;
background:url(images/footerbgr.jpg) no-repeat;
font-family:Arial,sans-serif;
font-size:10px;
color:#D5DAE7;
}

#footer a {
color:#D5DAE7;
}

#footer #credit {
float:left;
padding:5px 0 0 25px;
}

#footer #email {
float:left;
padding:5px 0 0 75px;
}

#footer #copy {
float:left;
padding:5px 0 0 115px;
}

