﻿html {
	overflow-y: scroll;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px; 
}
 
body {
	text-align:center;
	background-color: #718ca3;
	padding:0px;
	margin:0px;
	
}

a {
	color: #2b77ad;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-style: italic; 
	border-bottom:2px solid #dd1b00;
}

h3 a{
	color:#000000;
}

h5 {
	margin:0px;
	font-size:14px;
}

hr {
	color: #718ca3;
	height:2px;
}

img{
	border: 0px;
}

blockquote {
	margin:0px 20px;
	padding:0px;
}

/*------------------------------------------------------*/

#body_container {
	text-align: left;
	width:750px;
	margin:0px auto;

}

/*------------------------------------------------------*/

#header{
	color:#FFFFFF;
	padding:0px;
}

#header_nav{
	border:0px solid  #dd1b00;
	font-size:14px;
}

#header_nav ul {
	width:748px;
	margin:10px 0px 0px 0px;
 	padding: 0px;
 	height:34px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
 	vertical-align:text-bottom;
 	background-color:#FFFFFF;
}

#header_nav li  {
	float:left;	
	list-style-type: none;
	display: inline;
	padding:8px 0px;
	margin: 0px 0px;

}

#header_nav a {
	border:0px #000000 solid;
	text-decoration:none;	
	padding:8px;
}

#header_nav a:hover {
	color:#FFFFFF;
	background-color:#dd1b00;
	padding:8px;

}

#header_banner {
	background-color:#ffffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;
	margin-bottom: 2px;
}

/*------------------------------------------------------*/

#content{
}

#outtercontainer{
	width:750px !important;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	background-image: url("_images/background-content-1.gif");
	background-repeat: repeat-y;
}

#container_full{
	border:1px solid #000000;	
	float:left;
	width:728px;
	padding:10px;
	background-color:#FFFFFF;
	min-height:200px;

}

#container_left {
	float:left;
	min-height:200px;
	width: 475px !important;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}

#container_left .content {
	margin: 10px;
}

#container_left .content ul{
	margin:0px 10px 30px 25px;
	padding:0px;
}

#container_left .content p{
	margin:5px 10px 10px 10px;
	padding:0px;
	text-align: justify;
}

p.first:first-letter {
	font-size:200%; 
	font-family:"Book Antiqua", "Times New Roman", "serif";
	font-style: italic; 
}


#container_right {
	float:right;
	width: 267px;
	border: 1px solid #000000;	
	background-color:#FFFFFF;
}

#container_right .content {
	margin: 10px;
}

#container_right .content ul{
	margin:0px 10px 30px 10px;
	padding:0px;
}

#container_right .content p{
	margin:5px 0px 10px 10px;
	padding:0px;
}


/*------------------------------------------------------*/

#footer {
	float:left;
	margin: 0px;
}

#footer_links{
	float:left;
	background-color: #edf5fc;
	width:750px;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	background-image: url('_images/footer-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_links ul {
	text-align:center;
	margin:0px;
	padding: 0px;
}

#footer_links li {
	float:left;
	list-style-type: none;
	display: inline;
	margin:0px 53px;
}

#footer_links li a {
	float:left;
	width:80px;
	padding:10px 0px;
}

#footer_links li a:hover {
	width:78px;
	border-left:1px #2b77ad solid;
	border-right:1px #2b77ad solid;
	text-decoration: none ;
}

.subtext {
	text-align:center;
	margin:10px;
}

.subtext a {
	color: #0f4062;
}

/*------------------------------------------------------*/

.article_nav {
	padding:0px;
}

.article_list {
	padding:0px;
}

#sort {
	margin: 5px 0px 5px 10px;
}

.folders li{
	list-style: none;
	padding-left: 20px;
	background-image: url("_images/icon-folder.gif");
	background-repeat: no-repeat;
}

.files li{
	list-style: none;
	padding-left: 20px;
	background-image: url("_images/icon-file.gif");
	background-repeat: no-repeat;
}



#racer_gallery td{
	width:33%;
	padding:10px 5px;
	border:1px solid #BBB;
	text-align:center;
}

#gallery td:hover{
	background-color:#D9EDFD;
}

/*------------------------------------------------------*/

#cssform {
	float:left; 
	width:420px;
}

#cssform p{
	margin: 0px 0px 0px 10px;
	padding: 6px 0px 6px 0px;
	border-top: 1px dashed #808080;
}

#cssform label{
	padding: 6px 10px 0px 0px;
	width:150px;
}

#cssform input{
}

#cssform textarea{
	width:400px;
	height: 150px;
}


.formbutton{
 	float: right;
	cursor:pointer;
	border:outset 1px #dd1b00;
	font-weight:bold;
	padding: 1px 2px;
	color:#FFFFFF;
	background-color:#dd1b00;
}

/*------------------------------------------------------*/

#imgpreview {
	margin:0px;
	background-color: #ffffff;
	text-align: center;
}

#imgpreview p {
	margin:10px 20px;
}
