@import "signature.css";
@import "content.css";

body {
	font-size:11px;
	font-family:Arial;
	line-height:18px;
	color:#000000;
	background:#0c3b67;
	margin:0;
}

* {
	outline:none;
}

a {
    color: #A00E0E;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img.image_left {
	margin:0 8px 4px 0 ;
	float:left;
	padding:3px;
	border:solid 1px #dedede;
}

img.image_right {
	margin:0 0 4px 8px;
	float:right;
	padding:3px;
	border:solid 1px #dedede;
}

img.image_none {
	margin:4px;
	padding:3px;
	border:solid 1px #dedede;
}


.clearer {
	clear:both;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0340A9;
    font-weight: bold;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	text-transform:uppercase;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
	margin:0;
	margin-bottom:5px;
	padding:0;
}

h3 {
	color:#999999;
	font-size:12px;
}

p {
	margin:0;
	margin-bottom:5px;
	padding:0;
}

/********** main frames **************/

a.home {
	text-decoration:none;
	cursor:pointer;
}

#header {
	margin:auto;
	margin-top:35px;
	width:1000px;
	height:160px;
	background:url(../images/header.jpg) no-repeat;
}

#top {
	margin-top:28px;
	margin-right:20px;
	width:270px;
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	float:right;
	color:#000000;
	text-decoration:none;
}

#main {
	margin:auto;
	width:1000px;
	background:url(../images/bg.gif) repeat-y;
}

#left {
	width:220px;
	float:left;
}

#right {
	width:210px;
	float:left;
	padding:15px 15px;
}

#content {
	float:left;
	width:500px;
	padding:10px 20px 20px 20px;
	min-height:500px;
	height:auto !important;
	height:500px
	
}

/**** content navigation : left_navigation ********/

.left_navigation {
	
}

.left_navigation a {
display:block;
text-decoration:none;
font-size:12px;
line-height:20px;
background:url(../images/bg_menu.jpg) 0px 1px no-repeat;
padding-left:20px;
height:20px;
margin:2px 0px;
color:#000000;
}

.left_navigation a:hover {
text-decoration:underline;
}

/****************** page nav ***************/

.page_navigation {
	text-align:center;
	padding:4px 0;
	margin:5px 0;
}


.page_navigation a {
	border:solid 1px #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:3px 7px;
	margin:1px 3px;
	font-size:11px;
	text-decoration:none;
}

.page_navigation a.current_nav {
	font-weight:bold;
	background:#f5f5f5;
}


.page_navigation {
	text-align:center;
	padding:4px 0;
}


/**** content table ********/

div.content_table {
	
}

table.content_table {
	/*width:100%;*/
}

table.content_table tr {
	
}

table.content_table tr th {
	text-align:left;
	vertical-align:top;
	
}

table.content_table tr td {
	
}

/* system messages */

.messages {
	padding:10px 25px;
	background:#eeeeee;
	border:solid 1px #cccccc;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:10px 0;
}
.form_messages {
	padding:0px 5px;
	background:#eeeeee;
	border:solid 1px #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:10px 0;
	font-size:11px;
}
.messages_error {
	color:red;
}
.messages_warning {
	color:#ff9900;
}
.messages_success {
	color:green;
}


/**************** sponsorlist ***********/

.sponsor_block {
	width:130px;
	height:110px;
	float:left;
	margin:0 4px 4px 0;
	
}

.sponsor_block img {
	padding:2px;
	border:solid 1px #cdcdcd;
}