
body{
	margin:0px;
	background-color: #69bDFC; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	display:block;
} 
#wrapper {
	text-align: left;
	margin: 10px auto;
	padding: 10px;
	border:0;
	width: 764px;
	background-color: #FFFFFF;
}

#container{
	float: left;
	margin-bottom:10px;
}

#header {}

#header_left {
	float: left;
	width: 559px;
}

#header_right { 
	margin-left:0px;
	float: left;
	width: 205px;
}

#menu {
	float:left;
	clear:both;
}

#menu_left {
	float: left;
	width: 373px;
}

#menu_right { 
	margin-left:0px;
	float: left;
	width: 391px;
}

#inside_menu_main {
	height: 24px;
	text-align:center;
	padding:0px;
	margin:0px;
	background-image:url(../images/layout/menu_inside_bg.jpg);
	background-repeat:repeat-x;
	line-height:24px;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}

#inside_menu_main a{
	color:#000000;
	text-decoration:none;
}

#inside_menu_main a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#inside_menu_bottom {
	height: 43px;
	text-align:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/layout/menu_inside_bottom_bg.jpg);
	background-repeat:repeat-x;
	line-height:43px;
	font-size: 14px;
	font-weight:bold;
	color:#64588A;
	
}

#content {
	background-color:#A7ED3F;
	background-image:url(../images/layout/content_background.jpg);
	background-repeat:repeat;
	float:left;	
}

#content_left {
	float: left;
	width: 320px;
}

#content_left_image {}

#content_left_text {
	padding: 10px;
	font-size:12px;
}

#content_right { 
	margin-left:0px;
	float: left;
	width: 444px;
}

#content_main {
	background-image:url(../images/layout/content_bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:auto !important;
	min-height: 222px;
	height: 222px;
}

#content_main p {
	margin:0px;
	padding: 0px;
	font-size:12px;
}

#content_main a {
	color:#000000;
}

#content_main li a {
	color:#000000;
}

#content_main li a:hover {
	color:#000000;
}

#content_main li {
	line-height:18px;
}


#footer {
	clear: both;
	background: #64588a;
	text-align:center;
}


.menu_head {
	height:77px;
	width:205px;
	margin:0px;
	padding:0px;
}

.menu_item {
	height:30px;
	width:205px;
	margin:0px;
	padding:0px;
}

h1.frontpage {
	line-height:30px;
	font-size:14px;
	padding:0px;
	margin:10px 0px 10px 0px;
	width:100%;
	display:block;
	text-indent:40px;
	color:#FFFFFF;
}

h1.page_header {
	line-height:30px;
	font-size:14px;
	padding:0px;
	margin:0px;
	width:100%;
	display:block;
	text-indent:40px;
	color:#FFFFFF;
}

.menulink {
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
}

a.menulink {
	text-decoration:none;
}

a.menulink:hover {
	text-decoration:underline;
}


.checksubmit {
	display:none;
}


/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.submitdiv { padding: 5px 10px 10px 0px; }

.submitbtn {
   color:#000000;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #52bcec;
   font-size: 12px;
   font-weight: bold;
   border:1px solid #000000;
   line-height:30px;
}

.submitbtn:hover{
   color:#ffffff;
   background-color: #65488A;
}

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

