@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}


#header #logo {
	width: 490px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#header #toolbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#header #date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-right: 20px;
	margin-bottom: 10px;
}
#header #search {
	margin-right: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header #deco {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
}
#header #deco2 {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 0px;
}
/*#header #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/menu_bg.jpg);
	height: 33px;
	padding-left: 10px;
}*/

.large_img{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}








#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 232px;
	margin-bottom: 2px;
	margin-top: 8px;
}

#breadcrumb a{
color:#003366;
text-decoration:none;
}

#large_img{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}

#mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tool_box{
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: right;
	text-align: right;
	margin-right: 2px;
}

#content {
	margin-right: 8px;
	margin-left: 5px;
	font-size: 12px;
	color: #1E1E1E;
}

#Title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

#content_txt{
line-height:16px;
}

#content_txt a{
	color: #003366;
	text-decoration: none;
}

#content_txt a:hover{
	color: #990000;
}


#content_txt UL {
	margin-top: 1px;	
}

#content_txt UL LI{
	margin-top: 8px;	
}

#content_txt OL LI{
	margin-top: 8px;	
}
#bottom_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 6px;
}


#bottom_tools{

}

#bottom_tools a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

.tool_back{
	text-align: left;
}

.tool_top{
	text-align: right;
	background-position: right;
	margin-left:575px;	
}

#footer {
	padding: 0 10px;
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a{
	padding: 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-decoration:none;
	color: #003366;
}

#leftspot .cms-nav-sidebar li{

/*list-style-image: url(Submenu_arrow.jpg);*/
}







#leftspot{
font-weight:bold;
}

#leftspot a{
color:#666666;
text-decoration:none;
}
