body {
	margin:10px 40px;
	font-size:0.9em;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size:14px;
	border:1px solid #000;
	background: url(images/bckg.jpg) repeat-x #FFFFFF;
}
a {
	color:#0049B7;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #6FA8FF;
}
.red_error {
	color: #990000;
}
.login_display {
	color: #FFFFFF;
}

p {
	padding: 0 10px 5px 10px;
}
h1 { text-transform:uppercase; font-size:18px; color:#fff; }
h1 span {
	padding:0 5px;
	color: #0055D5;
}

#top {
	height:68px;
	background-color: #0049B7;
}
#login {
	background-color: #0066FF;
	float: right;
	height: 55px;
}
#main {
	background-color: #FFFFFF;
	float: none;
}
#slogan {
	float:left;
	color:#fff;
	padding:10px 0 0 10px;
}
.body_links {
	color: #0049B7;
}

#logo {
	background-image: url(images/head_bckg.jpg);
	background-repeat: no-repeat;
}
#logo_text {
	float:right;
	width:200px;
	height:10px;
	margin:40px 20px 53px 0;
	font-family: Tahoma, Arial;
	font-size:11px;
	padding:10px;
	font-weight:bold;
}
#menu {
	height:21px;
	width:660px;
	text-align:center;
	color:#fff;
	padding-top:4px;
	background-color: #0049B7;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#menu a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	margin:0 20px;
	margin-top:3px;
}
#menu a:hover{
	color:#002051
}
.item img { background-color:#fff; padding:6px; border:1px solid #d0d0d0;}
.description {
	display:block;
	float:left;
	padding: 10px 20px 20px 10px;
	line-height:14px;
	font-family:Tahoma, Arial;
	font-size: 11px;
	color: #0055D5;
	text-decoration: none;
}
.emphasis_words {
	display:block;
	line-height:14px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

p.additional {
	margin:0 10px;
	color:#666666;
	font-size:10px;
	line-height:12px;
	border-top:1px solid #bdbdbd;
	padding: 10px 0;
	font-weight:normal;
	font-family:Tahoma, Arial;
}

#text {
	margin: 0 0 0 200px;
	padding:1px 10px;
	background-color: #FFFFFF;
}

#text li { list-style:none; padding-left:20px; background:url(images/li.gif) no-repeat 0px 4px;line-height:18px;}
#sidebar {
	float:left;
	width:150px;
	padding: 20px 20px 0 30px;
	font-size:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar a{ font-weight:bold; }
#sidebar a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #6FA8FF;
}

#sidebar h2 {
	margin:0;
	padding:0 05px 0;
	text-transform:uppercase;
	color:#0055D5;
	font-size:16px;
}
#footer {
	background:url(images/footer_bckg.gif) repeat-x #000;
	height:55px;
	clear:both;
}
#left_footer { float:left; padding:20px 0 0 30px; color:#fff; font-size:12px;}
#left_footer a { color:#fff;}
#left_footer a:hover { text-decoration:none;}
