/*GLOBAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body.background {
	background-color:#414042;
	background-image : url("/images/wall.gif");
	background-repeat:repeat;
}

#page {
	margin:0 auto;
	text-align:center;
	padding:0;
	clear:all;
	width:100%;

}

div, p, td, tr, li, ul {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 14px;
	color : #000000;
	font-style : normal;
	line-height:20px;
}

a:link {color: #CC0000;}
a:hover {color: #143e63;}
/*a:visited {color: #666666;}*/

hr {
	height:1px;
	color:#CCCCCC;
}

.small {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 10px;
}

ul {margin-top:0px;}

ul li {
	list-style-image : url("/images/li_main.gif");
	line-height:30px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.odd { background-color: #D5D9FE; }
.even { background-color: #EEEEEE; }


/*HEADINGS--------------------------------------------------*/

h1 {
	font-family : Tahoma, Verdana, sans-serif;
	font-weight : bold;
	font-size : 15px;
	color : #000000;
}

h2 {
	font-family : Tahoma, Verdana, sans-serif;
	font-weight : bold;
	font-size : 17px;
	color : #CC0000;
	margin:0px;
	padding:0px;
}

h3 {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #CC0000;
	margin:0px;
	padding:0px;
}

h5 {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 12px;
	color : #000000;
	font-style : bold;
}


/*HEADER--------------------------------------------------*/

#headercontainer {
	margin:0 auto;
	text-align:center;
	width:990px;
	height:116px;
	overflow:hidden;
}

#headerleft {
	float:left;
	width:610px;
	margin:0px;
	border:0px;
}

#headerright {
	float:right;
	width:380px;
	margin:0px;
	border:0px;
}


/*MENU--------------------------------------------------*/

#menucontainer {
	margin:0 auto;
	text-align:center;
	width:990px;
	height:44px;
	clear:both;
	background-image : url("/images/menu_wall.gif");
	background-repeat:repeat-x;
}

#menuleft {
	float:left;
	width:780px;
	margin:0px;
	border:0px;
	padding-left:50px;
}

#menuright {
	float:right;
	width:160px;
	margin:0px;
	border:0px;
}

.menu ul {
	margin:0px;
	padding:0px;
}

.menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	margin:0px;
	line-height:42px;
	background-image : url("/images/menu_div.gif");
	background-repeat:no-repeat;
	background-position:left center;
}

.menu li a {
	font-family : Tahoma, sans-serif;
	font-weight:bold;
	font-size : 10px;
	color:#ff3627;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:40px;
	padding-right:35px;
}

.menu li a:hover {
	color:#FFFFFF;
}

/*CONTENT--------------------------------------------------*/

#pagecontentcontainer {
	margin:0 auto;
	text-align:center;
	width:990px;
	background-color:#a9a9aa;
	overflow:hidden;
}

#pagecontent {
	padding:0 50px 50px;
	text-align:left;
	overflow:hidden;
}

#intro {
	padding-bottom:10px;
}

#pageheading H1 {
	font-family : Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-size : 22px;
	color : #FFFFFF;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-align:left;
	text-transform:uppercase;
}

#contentleft {
	float:left;
	text-align:left;
	width:420px;
	margin-right:50px;
	padding-bottom:50px;
}

#contentright {
	float:left;
	text-align:left;
	width:420px;
	padding-bottom:50px;
}


/*TABLES FOR CMS--------------------------------------------------*/

TABLE.grey {
	padding: 20px;
	background-color:#bdc0c2;
}

TABLE.grey tr td H1 {
	font-family : Tahoma, Verdana, sans-serif;
	font-weight : bold;
	font-size : 14px;
	color : #000000;
	padding:0px;
	margin:0px;
}

TABLE.grey tr td p {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 12px;
	color : #000000;;
	font-style : normal;
	line-height:16px;
	margin-top:12px;
	margin-bottom:0px;
}

TABLE.grey tr td ul li {
	list-style-image : url("/images/li_right.gif");
	font-family : Tahoma, Verdana, sans-serif;
	font-weight:bold;
	font-size : 11px;
	line-height:20px;
	margin-left:-20px;
}

/*FOOTER--------------------------------------------------*/

#footercontainer {
	margin:0 auto;
	text-align:center;
	width:990px;
	background-color:#1d1d1e;
	height:50px;
}

#footerright {
	float:right;
	padding-right:50px;
	padding-top:15px;
	font-family : Tahoma, Verdana, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #CCCCCC;
}

#footerright a  {
	text-decoration:none;
	font-weight:bold;
	color: #CC0000;
}

#footerright a:hover  {
	color: #FFFFFF;
}

/*FORMS--------------------------------------------------*/

.formmargin {
	margin:0px;
}

.forminput, .forminputrequired {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	border: 1px solid #333333; 
	background: #f3f6f7;
	color: #000000;
	margin:0px;
	padding-left:3px;
}
	
#required, .forminputrequired {
	border-left: 3px solid #000000;	
}

.button {
	background:#CC0000 none repeat scroll 0 0;
	border:0px;
	padding:0.25em 0.5em;
	color: #FFFFFF;
	font-family : Arial, sans-serif;
	font-size : 11px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
}