/* CSS Document */

#rightside {
width: 25%;
position: relative;
/* float it to the left of the text */
float: right;
background: transparent;
margin-right: 5px;
}

#rightside a{
text-decoration:none;
}

#content {
background: transparent;
text-align:justify;
font-family: verdana;
font-size:13px;
float: left;
position: relative;
width: 70%;
color: #242424;
padding-left: 30px;
}

#content a{
color: #8d8d8d;
text-decoration: none;
}

#content a:hover{
text-decoration: none;
background-color: #949494;
color: #d3d3d3;
font-weight:bold;
font-variant:small-caps;
}

#footer {
text-align:center;
font-family: Verdana, Arial;
font-size:10px;
color: #242424;

}

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

body {
background-image:url(images/bg.jpg);
background-position: top right;
background-repeat:repeat-x;
background-color:#FFFFFF;
font-family: Verdana, Arial;
font-size: 11px;
color: #242424;
text-align:justify;
}

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

h1{
background : url(images/h1.jpg);
background-position : left;
background-repeat : no-repeat;
color : #242424;
padding-top: 10px;
padding-bottom: 10px;
font-size :17px;
padding-left: 105px;
margin-bottom: 10px;
font-weight:bold;
font-family:Verdana;
text-align:left;
font-variant:small-caps;
}

h2{
	background: transparent;
	border-bottom: 2px solid #7f7f7f;
	color: #7f7f7f;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

h3{
	background: transparent;
	border-bottom: 2px dotted #bababa;
	color: #bababa;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	padding-right: 2px;
}



.menu {
padding-left: 10px;
width: 185px;
}

a.nav, a:link.nav, a:visited.nav, a:active.nav
{
	background: transparent;
	border-bottom: 2px solid #444444;
	color:#444444;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	}
a:hover.nav
{
	background: #444444;
	border-bottom: 2px solid #444444;
	color:#d3d3d3;
	display: block;
	font-family: Arial;
	font-size: 13pt;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	padding-right: 5px;
}

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

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

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

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



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

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