body
{
	margin:0px;
	background:#f2f2f2 url(images/background.jpg) repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666666;
}

div.container
{
	margin:0px auto;
    width:80%;
	overflow:hidden;
}	

div.header
{
	color:#FFFFFF;
}

p.head
{
	font-size:300%;
}

span.sub_head
{
	font-size:50%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.navigation
{
	height:54px;
	background:url(images/nav_main.gif) repeat-x;
	color:#FFFFFF;
	overflow:hidden;
}

div.sub_navigation
{
	height:25px;
	background:#BDC9FA;
	color:#FFFFFF;
	font-size:70%;
	overflow:hidden;
}

div.menu
{
	height:30px;
	margin-top:4px;
	padding:1% 1% 0%;
}

div.sub_menu
{
	height:20px;
	margin-top:5px;
}

div.content
{
	background:#ffffff;
	min-height:500px;
	overflow:hidden;
	width:100%;
}

div.left
{
	float:left;
	width:64%;	
	min-height:500px;
	background:#f2f2f2;
	border-left:solid 1px #d9d9d9;
	border-right:solid 1px #d9d9d9;
	margin-left:2%;
	padding:2% 2%;
	line-height:150%;
}

div.sub_container
{
	margin:30px 0px;
	overflow:hidden;	
}

div.sub_left
{
	float:left;
	width:45%;
	font-size:80%;
}

div.sub_right
{
	float:right;
	width:45%;
	font-size:80%;
}


div.right
{
	float:right;
	width:20%;
	min-height:500px;
	padding:2%;
	font-size:80%;
}

div.sb_box
{
	padding:10px 0px;
	border-bottom:1px solid #d9d9d9;
}

div.footer
{
	height:30px;
	background:#000000;
	font-size:80%;
	color:#ffffff;
	text-align:center;
	padding:10px 0px;
	width:100%;
}

div.breadcrumbs
{
	font-size:70%;
	border-bottom:1px dotted #d9d9d9;
	margin-bottom:5px;
}


li
{
	padding:0px;	
	margin:0px;
	font-size:90%;
}

ul.menu
{
	list-style-type:none;
    padding:0px;
    margin:0px;
    display:inline;
}

li.menu
{
	list-style-type:none;
    padding:10px 20px;
    display:inline;
	font-size:100%;
}

ul.sub_menu
{
	list-style-type:none;
    padding:0px;
    margin:0px;
    display:inline;
}

li.sub_menu
{
	list-style-type:none;
    padding:0px 20px;
    display:inline;
}

a:link
{
	color:#666666;
}

a:visited
{
	color:#666666;
}

a:hover
{
	color:#2E55EF;
}

a.white:link
{
	color:#ffffff;
}

a.white:visited
{
	color:#ffffff;
}

a.white:hover
{
	color:#2E55EF;
}

a.menu:link
{
	color:#ffffff;
	text-decoration:none;
}

a.menu:visited
{
	color:#ffffff;
	text-decoration:none;
}

a.menu:hover
{
	color:#ffffff;
	text-decoration:underline;
}

a.sub_menu:link
{
	color:#ffffff;
	text-decoration:none;
}

a.sub_menu:visited
{
	color:#ffffff;
	text-decoration:none;
}

a.sub_menu:hover
{
	color:#ffffff;
	text-decoration:underline;
}

blockquote
{
	font-family:"Courier New", Courier, monospace;
	font-size:90%;
	padding:5px 10px;
	background-color:#ffffff;
	border-left:solid #d9d9d9 1px;
	border-right:solid #d9d9d9 1px;
}

img.uploads
{
	margin:5px 10px;	
}

table.post_footer
{
	height:35px;
	font-size:80%;
	line-height:normal;
}

td.post_footer
{
	padding:0px 5px;
}