body{
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 0.8em;
	font-weight : normal;
	text-align: center;
	color:#303030;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/pagebg.jpg) repeat-x;
}

h1{
	font-size : 1.7em;
	color: #132764;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2{
	font-size : 1.4em;
	color: #132764;
	font-weight: normal;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	color: #000000;
	font-style: italic;
}

p {
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

a {
	color: #132764;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	margin-bottom: 5px;
	list-style-image: url(../images/list.gif);
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea {
	width: 250px;
	height: 110px;
}

input, textarea, select {
	border: 1px solid #c2c2c2;
}

.forminput {
	width: 250px;
}

.button {
	color: #ffffff;
	background-color: #132764;
	cursor: pointer;
	padding: 2px;
}

.container {
	width: 760px;
	margin: auto;
	text-align: left;
}

.logo {
	margin-bottom: 15px;
	float: left;
}

.nav {
	clear: both;
	float: left;
	width: 180px;
	padding: 10px 0px 84px 0px;
	background: #132968 url(../images/navbottom.jpg) no-repeat bottom;
	text-align: center;
	font-size: 1.1em;
}

.nav ul {
	padding: 0px;
	margin: 0px;
}

.nav li {
	float: left;
	width: 180px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
}

.nav a {
	display: block;
	padding: 5px 0px 5px 0px;
	background: #5580fb url(../images/nav.jpg) repeat-x bottom;
	margin-bottom: 4px;
	text-decoration: none;
	color: #ffffff;
}
	
#navon a, .nav a:hover {
	background: #f2e99d url(../images/navon.jpg) repeat-x bottom;
	color: #132764;
}

.content {
	float: right;
	width: 545px;
}

.leftcolumn {
	clear: both;
	float: left;
	width: 250px;
	margin-top: 10px;
}

.rightcolumn {
	float: right;
	width: 250px;
	margin-top: 10px;
}

.footer {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
	color: #ffffff;
	font-size: 0.7em;
	background: #132764 url(../images/footer.jpg) repeat-x;
}

.footer a {
	color: #ffffff;
}

.error {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.adminnav {
	clear: both;
	float: left;
	margin-left: 10px;
	width: 200px;
	margin-top: -20px;
}

.adminnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.admincontent {
	float: left;
	margin-left: 30px;
	width: 500px;
}

.admintable {
	width: 500px;
}

.admintable td {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #c2c2c2;
}

.border {
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #132764;
}

.thumbnail {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.fullimage {
	width: 200px;
	margin-left: 20px;
	float: right;
}

.fulldetails {
	float: left;
	width: 325px;
}

.separator {
	display: block;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
}

.leftimg {
	float: left;
	margin: 0px 20px 10px 0px;
}

.rightimg {
	float: right;
	margin: 0px 0px 10px 20px;
}