
/************************************************
 *
 * Main Template Styles
 *
 ************************************************/

body {
	background: #dddddf;
	text-align: center;
	font: normal normal normal 11px arial, sans-serif;
	color: #666;
}
table { font-size: 11px; }
img { border: none }
#body {
	width: 757px;
	background: #fff url("images/bg_border_right.gif") repeat-y right;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #1A5DAE url("images/logo.jpg") no-repeat top left;
	padding-top: 20px;
	text-align: right;
	color: #ddf;
	font-size: 11px;
	padding-right: 10px;
}
#topheader {
	background: #778 url("images/bg_top_right.gif") no-repeat top right;
	height: 30px;
	color: #eef;
	font-size: 11px;
	width: 757px;
	text-align: center;
}

#contentBody {
	width: 750px;
	background: white url("images/bg_gradient.jpg") repeat-x top center;
}
#content {
	margin: 10px;
	margin-bottom: 0px;
	background: white url("images/bg_content_topright.gif") no-repeat top right;
}
#content_subdiv {
	background: url("images/bg_content_topleft.gif") no-repeat top left;
	padding: 10px;
	font-family: verdana, arial, sans-serif;
}
.topmenu {
	cursor: pointer;
	position: relative;
	top: 2px;
}
#subMenu {
	color: white;
	width: 750px;
	float: right;
	
	padding-bottom: 7px;
	background: #dddddf url("images/bg_border_bottom2.gif") repeat-x top; /*1b5bcb*/
	
}
#subMenu a:link, #subMenu a:visited {
	float: left;
	display: block;
	text-decoration: none;
	padding: 3px 15px 2px 35px;
	font-weight: bold;
	/*background: transparent url("images/menu_bg_arrow.gif") no-repeat;*/
	background: url("images/menu_bg_arrow2.gif") no-repeat;
	color: #667;
	margin-top: 2px;
}
#subMenu a:hover {
	background: #fcfcff url("images/menu_bg_arrow.gif") no-repeat;
	color: #667;
}

#footer {
	text-align: center;
	background: #778 url("images/bg_border_bottom.gif") repeat-x bottom;
	height: 30px;
	color: #445;
	font-size: 11px;
}
#footer a {
	color: #eef;
}


a:hover {
	text-decoration: none;
}

a:link.headerLink, a:visited.headerLink {
	color: #ccf
}
a:link.topHeaderLink, a:visited.topHeaderLink {
	color: #eef;
	text-decoration: none;
}
a:hover.topHeaderLink {
	text-decoration: underline;
}

/********************************************
 *
 * Page Specific Styles
 *
 ********************************************/

p.noticeMsg {
	color: green;
	font-weight: bold;
	text-align: center;
}
p.errorMsg {
	color: red;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 20px;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	color: #668;
	background: url("images/bg_h1.gif") no-repeat top left;
	padding: 13px 0 15px 40px;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #668;
	margin-bottom: 10px;
}
h5 {
	font-size: 11px;
	color: #369;
	margin-bottom: 0px;
	margin-top: 0;
}
hr {
	color: #369;
	height: 1px;
	margin: 15px 0;
	width: 70%;
}
.grayBar {
	background: url("images/bg-bar.gif") repeat-x 0 17px;
	height: 18px;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.grayBar a, .grayBar a:link, .grayBar a:visited {
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	background: url("images/arrow.gif") no-repeat center left;
	color: #369;
	float: right;
}
.grayBar a:hover {
	text-decoration: underline;
}
table.domainList {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
table.domainList th {
	background: #778;
	color: #f9f9f9;
	text-align: left;
	padding: 2px 5px;
}
table.domainList td {
	padding: 10 15px;
}
table.domainList a:link, table.domainList a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #369;
}
table.domainList a:hover {
	text-decoration: underline;
}
table.domainList tr.row1 {
	background: #ffe;
}
table.domainList tr.row2 {
	background: #eed; 
}
form input {
	font-size: 11px;
}

div.sidebox {
	margin-bottom: 15px;
}
div.sidebox h5 {
	color: #c00;
	background: url("images/arrow_dbl.gif") no-repeat;
	padding-left: 10px;
}
div.sidebox .internal {
	margin: 5px;
}
div.sidebox .links {
	text-align: right;
}
div.sidebox .links a:link, div.sidebox .links a:visited{
	color: blue;
}
