/* CSS Document */
body {
	font-family:Trebuchet MS, sans-serif;
	font-size:12px;
	color:#305599;
	margin:0;
	padding-top:5px;
	background-color:#DEDEDE;
}

a:link {
	color:#000000;
	text-decoration:underline;
}
	
a:hover {
	color:#FFA240;
	text-decoration:none;
}

h2 {
	font-size: 16px;
	margin: 0px 0px 8px 0px;
}

h3 {
	font-size: 14px;
	color:#FF891D;
	margin: 0px 0px 8px 0px;
}

.form_input {
		font-family:Trebuchet MS, sans-serif;
		font-size:13px;
		color:#828282;
		font-weight:bold;
		height:22px;
		margin:0 4px 0 0;
		padding:6px 0 0 10px;
		border:1px solid #cfcecc;
		background:url(images/formbg.gif) repeat-x;}

.btn {
		font-family:Trebuchet MS, sans-serif;
		font-size:13px;
		color:#828282;
		font-weight:bold;
		width:123px;
		height:25px;
		margin:0;
		padding:0;
		border:1px solid #cfcecc;
		background:url(images/formbg.gif) repeat-x;}

#header {
	width:780px; 
	padding:0;
	margin:0 auto;
}

#wrapper {
	width:780px; 
	margin:0 auto;
	clear:both;
}

#main {
	width:760px;
	padding:10px;
	margin:0 auto;
	background-color:#F0F0F0;
	clear:both;
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
}

#footer {
	width:780px;
	height:32px;
	color:#FFFFFF;
	margin:0 auto;
	clear:both;
	background:url(images/footerbg.gif) repeat-x;
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	padding-top:8px;
}

.menu {
	width:780px;
	border-top:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	background:url(images/menubg.gif);
}

#navigation {
	height:32px;
	line-height:32px;
	list-style:none;
	margin:0; padding:0;}

	#navigation li {
		float:left;}

		#navigation li a {
			width:106px;
			text-align:center;
			color:#fff;
			font-weight:bold;
			display:block;
			text-align:center;
			text-decoration:none;}

		#navigation li a:hover {
			background:url(images/nav_hover.gif) no-repeat;
			text-decoration:underline;
			color:#000000;}

.adsbg {
	background:url(images/adsbg.gif) repeat-y;
}
.adsbgtop {
	background:url(images/adsbg_top.gif) repeat-y;
}
.adsbgbottom {
	background:url(images/adsbg_bottom.gif) repeat-y;
}

/* Admin */
.loginform {
	border:#000000 solid 1px;	
}

.urltable {
	border:#FFFFFF solid 1px;
}

.row1 {
background-color:#FFFFFF;
color:#000000;
border-right:#000000 solid 1px;
}

.row2 {
background-color:#E1E1E1;
color:#000000;
border-right:#000000 solid 1px;
}

.aboutus {
	font-family:Trebuchet MS, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:30px;
}

.links {
	font-size:14px;
	color:#000000;
	list-style:none;
	line-height:30px;
	margin:0;
	padding:0;
}

	.links li {
	}
	
	.links li a {
		color:#000000;
		text-decoration:underline;
	}
	
	.links li a:hover {
		color:#FFA240;
		text-decoration:none;
	}

