/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #fff;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #122440 url(images/zeph3.jpg) repeat-x;   
        margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px;
}

a:link{ color:#ffd502; text-decoration:none; font-weight:bold; }
a:hover{ color:#c9c9c9; text-decoration:none; }
a:active{ color:#ffd502; text-decoration:none; }
a:active:hover{ color:#c9c9c9; text-decoration:none; }
a:visited{ color:#ffd502; text-decoration:none; }
a:visited:hover{ color:#c9c9c9; text-decoration:none; }

p {
	margin: 10px 30px 10px 30px;
}

.address p {
	margin: 10px 0px 10px 28px;
	color:#ffffff;
	font-size:9px;
	text-align:left;
}

.date {
	color:#ffd502;
	text-decoration:none;
	font-size:10px;
	padding: 10px 0 0px 0;
}

.content_box p {
	margin: 10px 0px 2px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}

.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	text-align:justify;
}

.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
        text-align:left;
}


/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}   
#nav_list a {
	color:#fff;
        text-decoration:none;
}

.li_nav_title {
	display: block;
	width: 170px;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
        color:#ca6a6a;
	height: 20px;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 17px;
	background: url(images/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:17px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(images/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
}

#menu_header {
	width:170px;
	height:180px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(images/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
    width: 790px !important;
	width: 780px;
	height: 180px;
	float:left;
	text-align: right;
}

#content {
	width: 800px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(images/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 20px 0px repeat-y;
}

.content_box {
	width: 120px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_large {
	width: 280px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_photo {
	width: 100px;
	margin:0px 0px 0px -20px;
        float: left;
}


/*----- IMAGES ----- */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
}
	.field_input { text-align: left; width: 300; }
	.field_name { padding-right: 2; position: relative; text-align: right; top: 3; vertical-align: top; width: 100; }
	.header { font-size: 17px; }
	.header2 { font-size: 15px; font-weight: bold; text-align: left; padding: 2pt; width: 100%; border: black solid 1px}
	.page_navigation { margin-bottom: 10; height: 10; width: 100%; margin-top: 10 }
	.regular_text { color: black; font-size: 12pt; font-weight: normal; }
        .shaded_td {background-color: #EDEDED}
	.small_link { font-size: 8pt; font-weight: normal; }
	.small_select { font-size: 9 px; }

