/*article.css*/
/* Last Updated: 08/15/2009 */

/*Global*/
body {
	background:#333399;
	font-family:Verdana;
	font-size: 80%;
}

img {
	border:0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}
	
/* The Top */
#logo {
	float:left;
	width:800px;
	height:150px;
	background: url(/images/logo.png) no-repeat;
}

#top {
	height:150px;
	margin:auto;
	width:900px;	
	}

#topnav{
	height:29px;
	display:block;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight:normal;
	}

#main_nav ,#main_nav ul {
	list-style: none;
	height:29px;
	}

#main_nav a {
	text-decoration:none;
	font-family: times, serif;
	font-weight:bold;
	text-align:center;
	font-size: 1.1em;
	float: left;
	display: block;
	background:#0d004c;
	color:#eee;
	width:150px;
	padding: 5px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	cursor: pointer;
	}
	
#main_nav a:hover {
	color: #000;
	background-color: #CCCCCC;
	}

/*BODY*/
#wrapper {
	width:900px;
	float:center;
	padding:0px 40px 40px 40px;
	margin: 0px auto;
}
.break {
	clear:both;
}
.inside_main {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	overflow:hidden;
	background: #fff;
}
.content_txt {
	padding-top: 10px;
	clear: both;
	overflow: hidden;
	font-size: 1em;
}
.content_txt p {
	padding: 10px 0px 0px 0px;
	line-height: 17px;
}
.caption {
	padding: 10px 0px 0px 0px;
	line-height: 17px;
	font-size: .9em;
}
#content {
	width: 900px;
	height:100%;
	padding:5px 5px 5px 5px;
	background: #ccc;
}

/*TXT*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.white_text {
	color:#fff;
}
.team_text {
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.large_text {
	color:#000;
	font-weight:bold;
	font-size:16px;
}
.plain_link {
	text-decoration:none;
}
.small_text {
	font-size:12px;
}
.blue_highlight {
	color:#0d004c;
	font-weight:bold;
	font-size:16px;
}
.base_links {
	color:#333399;
}
.red_highlight {
	font-weight:bold;
	color:#F00;
}