body {
	padding: 0;
	color: #DDDDDD;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	background-color: #1C1C1C;
}

h1 { 
	font-size:16px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EC2426;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}
h2 {
	font-size:16px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DDDDDD;
	padding-left: 0px;
	margin-top: 0px;
}
h3 {
	font-size:13px;
	font-family:  Helvetica,Arial,  sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
h4 {
	font-size:14px;
	font-family:  Helvetica,Arial,  sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin: 0; padding: 0;*/
}
table {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*
table a:link { color: #003366 !important; text-decoration: none; }
table a:visited { color: #003366 !important; text-decoration: none; }
table a:hover { color: #003366 !important; text-decoration: underline; }
table a:active { color: #003366 !important; text-decoration: underline; }
*/
/* BACKGROUND */
.background_hor {
	width: 100%;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}


/*//////////////////////////////////////////////
NAVIGATION
//////////////////////////////////////////////*/

#sidenav .items a {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	
	display: block;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #6E6E6E;
	border-top: 1px solid #6E6E6E;
	border-right: 1px solid #6E6E6E;
	border-bottom: 1px solid #6E6E6E;
	color: #DDDDDD;
	text-decoration: none;
	background: #1C1C1C;
}
#sidenav .items a:hover {
	border-left: 1px solid #4E4E4E;
	border-top: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	color: #FC6C64;
	background: #1C1C1C url(../imgs/sub_arrowOn.gif) no-repeat 0px 10px;
}

.myhyperlink a:link { color: #DDDDDD !important; text-decoration: none; }
.myhyperlink a:visited { color: #DDDDDD !important; text-decoration: none; }
.myhyperlink a:hover { color: #FC6C64 !important; text-decoration: none; }
.myhyperlink a:active { color: #DDDDDD !important; text-decoration: none; }

/* MAIN BANNER */

.mainstyle {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:800px;
	/*
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	*/
}

.mainstyle a:link { color: #EC2426 !important; text-decoration: none; }
.mainstyle a:visited { color: #EC2426 !important; text-decoration: none; }
.mainstyle a:hover { color: #EC2426 !important; text-decoration: underline; }
.mainstyle a:active { color: #EC2426 !important; text-decoration: underline; }

.content {
	background-color:#1C1C1C;
	color: #DDDDDD;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content_aboutus {
	background-color:#000000;
	color: #DDDDDD;
	font-size: 13px;
	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	padding-top:10px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.content_gray {
	font-size: 13px;
	background-color: #272727;
	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	height: 469px;
	line-height: 20px;
}
.content_gray p
{
	margin-top: 12px;
	margin-bottom: 0px;
}
.content_container {
	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	height: 469px;
}
.content_container p
{
	margin-top: 6px;
	margin-bottom: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	margin: 0px auto 0px auto;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-image: url(images/background2.gif);*/
	background-position: top;
	background-repeat: repeat-x;
	width: 800px;
}
.footer_pad {
	padding-top: 4px;
}
.footer a:link { color: #EC2426 !important; text-decoration: none; }
.footer a:visited { color: #EC2426 !important; text-decoration: none; }
.footer a:hover { color: #EC2426 !important; text-decoration: underline; }
.footer a:active { color: #EC2426 !important; text-decoration: underline; }

img.bordered {
	border: 2px #404040 solid;
	background-color: #1C1C1C;
}
.underline {
	text-decoration: underline;
}
.text_aligin {
	text-align:justify;
}
.red_font {
	color: #EC2426;
}
#video_hover {
	position:inherit;
	left: 150px;
	top: 0;
	z-index: 1;
}
.inputfield {	
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	background-color: #000000;
	border-color:#DDDDDD;
	border-width:thin;
}

