/* MAIN CONTAINERS */

body {
	background:#333333;
	margin-top:20px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana , sans-serif;
	font-size:0.9em;
}
p {
	text-align:justify;
}
.msg {
	font-size:1.1em;
	font-weight:bold;
}
.bigMsg {
	font-size:1.7em;
	font-weight:bold;
	background-color:#000;
	color:#FFCC66;
}
.error {
	font-size:1.1em;
	font-weight:bold;
	color:#CC0000;
}
#container {
	background:#333333 url(images/home/bg_body_gold.jpg) repeat-y top center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background:#333333 url(images/home/header1.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	border-bottom:3px solid #BB5E00;
}
#main_body {
	width:760px;
	background:#333333 url(images/home/bg_body_gold.jpg) repeat-y top center;
	padding-bottom:20px;
}
#left_body {
	margin:20px 20px 20px 40px;
	padding:0px 20px 0px 20px;
	text-align:left;
	border:1px solid #BB5E00;
}
#right_col {
	padding-right:40px;
}
#footer {
	background:#333333 url(images/home/bg_body_gold_bottom.jpg) center;
	height:20px;
}
.pageTitle {
	padding:20px 0px 0px 45px;
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
.title {
	font-size:1.0em;
	text-align:left;
}
a, a:visited {
	color:#0000CC;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
a.lgGold, a.lgGold:visited {
	font-size:0.9em;
	color:#BB5E00;
	text-decoration:none;
}
a.lgGold:hover, a.lgGold:active {
	font-size:0.9em;
	color:#FFCC66;
	text-decoration:none;
}
.smText {
	font-size:0.75em;
	color:#BB5E00;
	text-align:center;
}
hr {
	width:50%;
	color:#BB5E00;
}
ol.ua {
	list-style-type:upper-alpha;
}

/* LINKS */



/* BOXES */

.right_box {
	background:#000000 url(images/home/box_header.gif) top repeat-x;
	width:140px;
	padding:10px;
	border:1px solid #BB5E00;
}
.right_box h3 {
	font-size:0.9em;
	color:#FFCC66;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:7px;
	margin:0px;
}
.right_box .copy {
	font-size:0.8em;
	color:#FFFFFF;
	text-align:left;
	border:1px solid #333333;
	padding:7px;
}
a.rightLink, a.rightLink:visited {
	color:#0099FF;
	text-decoration:none;
}
a.rightLink:hover, a.rightLink:active {
	color:#FFCC66;
	text-decoration:none;
}

/* NAVIGATION */

#nav {
	background:#333333 url(images/home/button_up.gif) repeat-x;
	width:100%;
	height:30px;
	border-bottom:2px solid #FFCC66;
}
.nav_buttons {
	width:760px;
}
.nav_buttons ul {
	list-style-type:none;
	text-align:center;
}
.nav_buttons td {
	border-left:1px solid #BB5E00;
	border-right:1px solid #BB5E00;
	text-align:center;
}
a.nav_buttons:link, a.nav_buttons:visited {
	display:block;
	background:#333333 url(images/home/button_up.gif) repeat-x;
	width:100px;
	height:25px;
	padding-top:2px;
	margin:0px;
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
}
a.nav_buttons:hover {
	display:block;
	background:#333333 url(images/home/button_over.gif) repeat-x;
	text-decoration:none;
}
