body {
	background-image: url('../img/layout/bg.jpg');
	background-repeat: repeat-x;
	background-color:#660000;
	text-align:left;
	margin:0px;
	font-family: Trebuchet MS;
	font-size: 14px;
}

a {
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#450707;
	
	}

a.menuItem {
	font-weight: bold;
	border-right: 1px solid #DAD1B8;
	padding-right: 10px;
	margin-left:5px;
	margin-top: 5px;
	text-decoration: none;
	color:white;
	font-size: 13px;

	
}

a.menuItem:hover {
	color: #FFD5D5;
	
}

div.menu {
	padding:5px;

	text-align:left;
	background-color: #770000;
	
}

a.link, a.topLink {
	background-repeat: no-repeat;
	background-position: 0px 7px;
	background-image: url('../img/layout/link_bg.png');
	padding-left: 12px;
}
a.link:hover, a.topLink:hover {
	color:#626262;
}

a.topLink {
	float:right;
}

#contentBody {
	background-color:white;
	vertical-align: top;
	text-align: left;
	
}

#developedFor {
	color:#EAC2C2;
	font-size:14px;
	text-align: center;
	text-decoration: none;
}

div.banner {
	border: 1px solid #c2c2c2;
	width: 140px;
	background-color:white;
	padding-right: 90px;
	padding-left: 5px;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	cursor:pointer;
	background-position: right;
	background-repeat: no-repeat;
}

div.bannerTitle {
	color: #CC3333;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	
}

td.banner {
	width:240px;
	text-align: left;	
	padding:6px;	
}

div.bannerText {
	padding-top:5px;
	padding-bottom:5px;

}

div.contentTitle, div.contentTitle2 {
	color: #CF9B2A;
	font-weight: bold;
	font-size: 18px;
	padding-bottom:10px;
	
}
div.contentTitle2 {
	color: #CC3333;
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

div.videoBorder {
	border: 1px solid #c2c2c2;
	padding:5px;
	position:relative;
	top:-15px;
	left:-15px;
	
}

div.contentBody  {
	padding:9px 20px 20px 0px;

}

div.quote {
	background-image: url('../img/layout/quoteleft.gif');
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#F9F1E4;
	padding: 10px 15px 15px 35px;

}

ul {
	list-style-type: circle;
	margin:0px;
	margin-left:20px;
	}

img.quoteRight {
	float:right;
	top:-22px;
	position:relative;
	left:-10px;
}

li.news {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px dotted #eeeeee;
	list-style-type: circle;
	margin-left:15px;
}

div.fieldTitle {
	float:left;
	width:150px;
}

input, textarea {
	border: 1px solid #999999;
	margin-bottom:2px;
	padding:2px;
}

button {
	background-color:#F3F3F3;
	border: 1px solid #999999;
	padding:2px 2px 0px 2px;
	color: black;
	font-weight:bold;
	height:22px;
}

fieldset {
	border: 1px double #999999;	
	padding:10px;
	padding-top:0px;
}

legend {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

hr {
	 border:0px solid #D2D2D2;
	 color:#eeeeee;
	 height:4px;
	 background-color:#eeeeee;
	
}

img.flag {
	width:24px;
	height:16px;
	border:1px solid white;
}

img.menuImage {
	position:relative;
	float:right;
	margin:10px;
}

img.contentImg {
	border: 1px solid #DEDEDE;
	padding:2px;
	background-color:#E5E5E5;
	margin-left:10px;
}

a.file {
	float:left;
	margin:10px 15px 10px 15px;
	text-align:center;
}