@charset "UTF-8";
/* CSS Document */

body {
	background-color: #006699;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	background-position: top left;
}
p {
	font-family: Arial;
	font-size:12px;
	line-height: 19px;
	margin: 12px 60px 0px 40px;
	text-align:left;
}
strong {
	font-family: Arial;
	font-size:13px;
	font-weight: bold;
}
ul {
	font-family: Arial;
	font-size: 13px;
    color:#000;
    line-height:18px;
    list-style-type:none;
	margin: 12px 35px 0px 40px;
}
li {
    padding-left:20px;
    background:transparent url(images/bullet.gif) no-repeat;
    background-position:0 5px;
}
a:link {
	font-family: Arial;
	font-size: 13px;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
}
.a:active {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}
.small {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
}
.small a:link {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}
.small a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	text-decoration: underline;
	color: #333333;
}
.small a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	color: #0C4FA0;
}
.large {
	font-family: Arial;
	text-align: center;
	color: #CC3300;
	font-size: 24px;
	font-weight: bold;
}
.large a:link {
	font-family: Arial;
	text-align: center;
	color: #CC3300;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.large a:visited {
	font-family: Arial;
	text-align: center;
	color: #CC3300;
	font-size: 24px;
	font-weight: bold;
}
.large a:hover {
	font-family: Arial;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #0C4FA0;
}

h1 {
	font-family: Arial;
	color: #0C4FA0;
	margin: 0px 50px 18px 40px;
	line-height: 19px;
	font-size: 20px;
}
h2 {
	font-family: Arial;
	color: #AF0200;
	font-size: 16px;
	margin: 12px 70px 0px 40px;
	font-weight: bold;
}

#container {
	width: 1000px;
	background-image: url(images/frame_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 196px;
	background-image: url(images/header.jpg);
	margin: 0 auto;
}
#menu {
	width: 980px;
	height: 162px;
	background-image: url(images/topmenu-bg.jpg);
	margin: 0 auto;
	padding-left: 20px;
}
#submenu {
	width: 860px;
	height: 35px;
	background-image: url(images/lowermenu-bg.jpg);
	margin: 0 auto;
	padding-left: 140px;
	padding-top: 6px;
}
#body {
	width: 980px;
	padding-top: 20px;
	padding-left: 20px;
}
/*columns*/
   #main {
	float:right;
	width: 690px;
	border-left-color:#999999;
	border-left-width: 2px;
	border-left-style: dotted;
	padding-right: 20px;
}
   #sidebar {
   float:left;
   width:265px;
}
/*end column*/

#footer {
	width: 1000px;
	height: 165px;
	clear:both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 25px;
}
#footer2 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 33px;
}
/*collapsible menu*/
/*end collapsible menu/
