/* CSS Document */
#text{
text-align:justify;
width: 500px;
position: relative;
float: left;
background: transparent;
}

#text a{
color: #aa010a;
text-decoration: none;
font-weight:bold;
}

#text a:hover{
text-decoration: underline;
color: #ff6d6d;
font-weight:bold;
}

#rightside {
text-align:right;
width: 130px;
position: relative;
float: right;
background: transparent;
}

#content {
text-align:left;
background: transparent;
font-family: verdana;
font-size:13px;
position: absolute;
right: 30px;
width: 650px;
top: 370px;
color: #650006;
}

#footer {
border-top: 4px solid #aa010a;
text-align:center;
font-family: Verdana, Arial;
font-size:10px;
margin-top:5px;
}

#footer a{
text-decoration:none;
color: #aa010a;
font-weight:bold;
}

body {
background-color:#d1363e;
font-family: Verdana, Arial;
font-size: 11px;
color: #650006;
text-align:justify;
}

body a{
color: #aa010a;
text-decoration: none;
}

h1{
background : url(images/h1.png);
background-position : left center;
background-repeat : no-repeat;
color : #8b0209;
padding-top : 10px;
padding-bottom:8px;
margin-bottom : 2px;
padding-left : 45px;
font-size :20px;
font-family:Verdana;
font-style:normal;
font-variant:small-caps;
font-weight:bold;
}

h2{
	background: transparent;
	border-bottom: 2px dotted #aa010a;
	color: #aa010a;
	display: block;
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	padding-right:3px;
	margin-bottom:5px;
}

h3{
	margin-bottom:2px;
	color: #ff6d6d;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
	padding-left: 2px;
	font-variant: small-caps
}


.menu {
padding-right: 10px;
width: 130px;
}

a.nav, a:link.nav, a:visited.nav, a:active.nav
{
	background: #aa010a;
	border-bottom: 2px solid #aa010a;
	color:#ff6d6d;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	padding-right: 5px;
	margin-bottom:7px;
	}
a:hover.nav
{
	background: #ff6d6d;
	border-bottom: 2px solid #ff6d6d;
	color:#aa010a;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
}

.codesort img { 
border: 5px #aa010a solid;
background-color: #aa010a;
margin: 3px;
}

.codesort img:hover {
	border: 5px solid #ff6d6d;
	background-color: #ff6d6d;
}

.imge { 
border: 5px #aa010a solid;
background-color: #aa010a;
margin: 3px;
}

.imge:hover {
	border: 5px solid #ff6d6d;
	background-color: #ff6d6d;
}



blockquote{
font-family: Verdana;
font-size: 9pt;
color: #8b0209;
border: 2px solid #8b0209;
}  

.stat {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 7px;
}
