html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	background: #fff url(images/bg.gif) top left repeat-x;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #555;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: ;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	background: #cdd4dd url(../images/bgpic.jpg) top left no-repeat;
}

div.center {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 926px;
}

div#wrapper {
	margin: 0 auto;
	width: 926px;
	text-align: left;
	background: url(images/content.jpg) top center repeat-y;
}

#top {
	width: 926px;
	height: ;
	margin: 0 auto;
	padding: 0;
	background: url(images/top.jpg) top center no-repeat;
}

#header {
	height: 190px;
	background: url(../images/header2.png) top center no-repeat;
	margin: 0 auto;
	width: 926px;
}

#inner_shadows {
	background: url(../images/inner_shadows.jpg) top center no-repeat;
}

#nav {
	border: none;
	font-size: 13px;
	height: 35px;
	padding-top: ;
	text-align: center;
	width: ;
	background-color:#1c2f45;
	margin:0 30px 0 30px
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_four */

.menu4 {padding:0 0 0 0; margin:0; list-style:none; height:35px; background:url(../images/pro_four0.gif);}
.menu4 li {float:left;}
.menu4 li a {display:block; float:left; height:35px; line-height:33px; color:#ffffff; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 6px; cursor:pointer; font-size:11px;}
.menu4 li a b {float:left; display:block; padding:0 14px 0 14px;}
.menu4 li.current a {color:#ffffff; background:url(../images/pro_four3.gif);}
.menu4 li.current a b {background:url(../images/pro_four3.gif) no-repeat right top;}
.menu4 li a:hover {color:#cccccc; background: url(../images/pro_four2.gif);}
.menu4 li a:hover b {background:url(../images/pro_four2.gif) no-repeat right top;}
.menu4 li.current a:hover {color:#fff; background: url(../images/pro_four2.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(../images/pro_four2.gif) no-repeat right top;}

#content {
	width: 886px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	overflow: hidden;
}

#content_bottom {
	width: 926px;
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 180px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
}

div#maincolumn {
	float: left;
	width: 885px;
}

div.nopad {
	overflow: hidden;
	padding: 0 10px 0 10px;
	border-bottom:#666666 double;
}

div.nopad ul {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 902px;
	height: 30px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #666;
}


h1 {
	padding: 5px 0 5px 0;
	font-variant: small-caps;
	font-size: 2em;
	font-weight: ;
	
	color: #000;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: ;
	font-size: 22px;
	vertical-align: ;
	line-height: 25px;
	color: #333399;
	text-align: ;
	font-weight: ;
}

h4 {
	padding: 0;
	font-size: 13px;
	color: #000;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: ;
	color: #000088;
	padding: 0;
}

.clr {
	clear: both;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	color: #F9F9F9;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 30px;
	width: 174px;
	text-decoration: none;
	padding: 0 0 0 6px;
	background: url(../images/h3.jpg) top center no-repeat;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}

