@charset "utf-8";

html{
font-family:Arial, Helvetica, sans-serif;
}

#MainBody{
	padding: 20px 20px 20px 20px;
}

#leftCol{
	float: left;
	width: 250px;
	margin : 20px 20px 20px 20px;
	text-align : left;
}

#leftCol p{
	font-size: 14px;
}

#leftCol h3{
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
}

#rightCol {
	float : right;
	width : 400px;
	text-align : left;
	margin : 20px 20px 20px 20px;
}

#rightCol p{
	font-size: 14px;
}

#rightCol h3{
	font-size: 14px;
	font-weight: bold;
}

a:link { 
	color: #00f;
	}
a:visited { 
	color: #99f;
	}
a:hover, a:active { 
text-decoration: none;
	}

#nav{
background:url(images/greypx.gif) bottom left repeat-x;
float:right;
width:900px;
padding-top:265px;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
float:right
}

#nav a{
background:url(../images/tabs.gif) no-repeat 100% 0;
color: #000000;
display:block;
font-size:1.0em;
letter-spacing:-1px;
padding:7px 20px 4px 11px;
text-decoration:none;
}

#nav a:hover{
color:#505050;
}

#nav li{
background:url(../images/tabs.gif) no-repeat 0 0;
float:left;
margin:0 4px 0 0;
padding:0 0 0 9px;
}

#nav #current{
background:url(../images/tabs.gif) no-repeat 0 -41px;
}

#nav #current a{
background:url(../images/tabs.gif) no-repeat 100% -41px;
color:#ffffff;
font-weight: normal;
font-size:1.0em;
padding:7px 20px 5px 11px;
}

#navigation li {
display:inline;
font-size:9px;
}