a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #E6F3FC;
	background-image: url(../_images_css/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container {
	background-image: url(../_images_css/sides.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #44A3D0;
	background-image: url(../_images_css/box_background_dark.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
}
#footer {
	width: 720px;
	background-image: url(../_images_css/box_background_dark.png);
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 20px;
	background-color: #44A3D0;
}
#logo {
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 167px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header h1 {
	display: none;
}
#topmenu {
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
	margin-left: 540px;
	margin-right: 40px;
	margin-bottom: 1px;
	width: 180px;
	height: 24px;
	display: block;
}
#topmenu li {
	display: inline;
}

#topmenu a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6F3FC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E6F3FC;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6F3FC;
	margin-left: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
}
#topmenu a:hover {
	color: #006699;
	background-color: #E6F3FC;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#menu  a  strong {
	color: #FF9900;
}
#top {
	clear: both;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#footer  p a {
	font-weight: bold;
	color: #CAEEFF;
	text-decoration: none;
}
#footer  p a:visited {
	font-weight: bold;
	color: #66CDFF;
	text-decoration: none;
}


#bottom_links {
	list-style-type: none;
	padding: 0px;
	clear: both;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#bottom_links li {
	display: inline;
}
#bottom_links a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}
#bottom_links  li:first-child a {
	border-left-style: none;
}
#bottom_links a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
div.clear {
	clear: both;
}
h3 {
	font-size: 14px;
}
.twt {
	vertical-align: top;
	float: right;
	margin-bottom: 0px;
	position: relative;
	visibility: visible;
}
