/* Main Tags */

body {

	padding: 0px;
	background-color: #eeeeee;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
a:link { color: #335AFF; text-decoration: none }
a:visited { color: #123456; text-decoration: none }
a:hover { text-decoration: underline; color: #0078b3 }

img {
	border: none;
}

h1 {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* Normal text and classes */

.menu img {
	margin: 3px 0px 0px 0px;
}

/* front templates table */
.templates th {
	background-color: #2F6286;
	text-align: left;
	color: #fff;
	padding: 2px;
	border: 1px solid #000;
}

.templates img {
	margin: 0px 7px 0px 0px;
}

.templates td {
	padding: 12px; border: 1px solid #000;
	font-size: 11px;
}

.templates {
	border-collapse: collapse;
	border: 1px solid #2F6286;
	width: 620px;
	margin: 0px 10px 0px 15px;
}

/* inner templates */
.showtemplates img {
	margin: 0px 7px 0px 0px;
}

.showtemplates td {
	padding: 12px;
	color: #5C5E62;
	font-size: 10px;
}

.showtemplates select {
	color: #003366;
	font-size: 10px;
}

.showtemplates {
	width: 620px;
	margin: 0px 10px 0px 15px;
}

.showtemplates a:link, a:visited {
	text-decoration:none;
	color: #003366;
}

.showtemplates a:hover {
	text-decoration: underline;
	color: #FF6600;
}

.blue {
	color: #003366;
	font-weight: bold;
}

.header {
	text-align: left;
	background: url('images/mainbg.gif') repeat-x;
}

.menu {
	text-align: left;
	height: 46px;
	white-space: nowrap;
}

.logo {
	padding: 0px 0px 0px 540px;
}

.mainimages {
	text-align: center;
	background: url('images/bg2.gif') repeat-x;
	padding: 0px 0px 0px 0px;
}

/* Main divs */
.contentleft {
	width: 650px;
	height: 700px;
	padding: 10px;
}

.contentright {
	position: absolute;
	top: 143px;
	left: 650px;
	width: 130px;
	text-align: center;
}

.prefooter {
	font-weight: normal;
}

.footer {
	background-color: #2F6286;
	padding: 10px;
	color: #A5B6CB;
}
