
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #663;}

a:hover {color: #993;}

body {
	background: url(img/body.gif) repeat-y center top;
	color: #55554A;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,code,ul {
	font-size: 3em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

h1,h2,h3,h4 {
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #663;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 780px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	color: #993;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #665;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 60px;
	padding: 0 5px;
}
.navigation a {
	border-left: 1px solid #1e3449;	
	color: #93adc8;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 0px;
	padding: 24px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: url(img/navhover.gif) repeat-x;
	color: #419eca;
	padding: 30px 18px 10px;
}

.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 60px;
	padding: 0 5px;
}
.navigationA {
	background: url(img/navhover.gif) repeat-x;
	border-left: 1px solid #1e3449;	
	color: #93adc8;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 0px;
	padding: 24px 18px 8px;
	text-align: center;
	text-decoration: none;
	height: 26px;
}

.navigationPad {
	background: url(img/holder.gif) repeat-x;
	border-left: 1px solid #1e3449;	
	float: right;
	margin-top: 0px;
	padding: 24px 18px 8px;
	height: 26px;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	width: 780px;
	height: 178px;
	padding: 0px;
}

/* header2 */
.header2 {
	width: 780px;
	height: 179px;
	padding: 0px;
	background-color:#FFFFFF;
}

.header3 {
	background: url(img/header3.jpg) no-repeat;
	width: 780px;
	height: 150px;
	padding: 0px;
}

.header2left {
	background: url(img/latest-bg.jpg) repeat-y;
	width: 231px;
	height: 179px;
	float:left;
	padding: 0px 10px 0px 26px;
}

.header2right {
	background-color: #50606F;
	float:right;
	width: 512px;
	height: 179px;
	padding: 0px;
}

.headbottom{
	width: 780px;
	padding: 0px;
	background-color:#FFFFFF;
}

.headbottom p{
	float:right;
	padding-right: 5px;
	color:#333;
	font-size:10px;
}

/* holders */
.holder {
	background: #FFFFFF;
	padding:10px 30px 30px 30px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.holder p {
	font-size:12px;
}

.holder a {
	color:#55554A;
	font-size:12px;
	text-decoration:underline;
}

.holder a:hover {
	color:#1982b4;
	font-size:12px;
	text-decoration:none;
}

.holder ol {
	color:#55554A;
	font-size:12px;
	text-indent:40px;
}

.holder ul {
	color:#55554A;
	font-size:12px;
	text-indent:40px;
	padding-top:10px;
}

.holderHP {
	background: #FFFFFF;
	padding:10px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.holderHP p {
	font-size:12px;
}

.holderHP a {
	color:#55554A;
	font-size:12px;
	text-decoration:underline;
}

.holderHP a:hover {
	color:#1982b4;
	font-size:12px;
	text-decoration:none;
}

.holderHP ol {
	color:#55554A;
	font-size:12px;
	text-indent:40px;
}

.comment {
	color:#666666;
	font-size:10px;
}

/* footer */
.footer{
	width: 770px;
	color:#FFFFFF;
	height:15px;
	padding: 5px;
	background-color:#51606e;
}

.footer a {
	color:#FFFFFF;
	padding: 5px;
	background-color:#51606e;
	text-decoration:none;
}

.footer a:hover {
	color:#419eca;
	text-decoration:none;
}

.btn {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.subhdr {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #663;
}

td { 
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}
