
html,body {
	background: #405965;
	margin: 0px;
	font-family: 'Verdana';
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}
td {
	font-family: 'Verdana';
	font-size: 11px;
	line-height: 18px;
}

#top_bar {
	background: #cccccc;
	height: 5px;
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrap {
	width: 750px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 742px;
	height: 175px;
	background: #194863 url('images/header.jpg');
	margin-bottom: 0px;
}

#header_title {
	font-family: 'Verdana';
	color: #ffffff;
	line-height: 15px;
	width: 350px;
	padding-top: 40px;
	padding-left: 50%;
}

#nav {
	padding-top: 135px;
	width: 720px;
	text-align: right;
}

#nav a {
	color: #F2F2F2;
	font-size: 11px;
	font-family: 'Verdana';
	margin-right: 12px;
}

#nav #download_link {
	text-decoration: underline;
	color: #FF9933;
}


#curve_top {
	background: url('images/curve_top.gif');
	height: 30px;
	width: 750px;
}


#main {
	background: #ffffff url('images/body.gif');
	width: 750px;
}

#container {
	margin-left: 30px;
	width: 695px;
	overflow: hidden;
	background-color: #F4F5F7;
}

#side_bar {
	float: right;
	width: 170px;
	font-size: 11px;
}



#content {
	width: 510px;
}

#longcontent {
	width: 688px;
}



.center_box {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	background: #fafafa;
	padding: 5px;
	width: 260px;
	margin: auto;
}


#li {
	list-style-type: square;
      margin-left: 20px;
}
#li2 {
	list-style-type: square;
      margin-left: 0px;
}

#fox {
	color: #0E3964;
	text-decoration: none;
	border-style: dashed;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #BCBCBC;
	line-height: 20px;
}


#curve_bottom {
	background: url('images/curve_bottom.gif');
	height: 25px;
	width: 750px;
}


#footer {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #F8F8F0;
	width: 750px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
	color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	line-height: 12px;
}

#footer a {
	color: #ffffff;
	border-style: dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #BCBCBC;
	line-height: 20px;
}
#footer a:hover {
	text-decoration: underline;
	border-style: none;
}


/* =============== GENERAL TAGS ================== */

a {
	color: #0E3964;
	text-decoration: none;
	border-style: dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #BCBCBC;
}

a:hover {
	text-decoration: underline;
	border-style: none;
}

img {
      border-color: #BCBCBC;
      margin-top: 5px;
      margin-right: 5px;
}

img.title {
	border: 0 px;
}

input,textarea,select {
	font-size: 11px;
	font-family: Verdana;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B68F;
	background: #FAFAF5;
	padding: 3px;
}



h1 {
	font-family: 'Trebuchet MS';
	font-size: 17px;
	font-weight:bold;
	color: #345583;
}


#special {
	font-family: 'Trebuchet MS';
	font-size: 36px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #345583;
}

.heading {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}


.side_bar_content {
	padding: 0px;
}

.u_links a {
	border-style: dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #BCBCBC;
	line-height: 20px;
}

.u_links a:hover {
	border-style: none;
}

.form_fields {
	margin-left: 25%;
	border: 1px solid #D6DCC0;
	background-color: #FAFCEF;
	padding: 25px;
	width: 280px;
	text-align: right;
}

.form_fields textarea, input, select {
	font-family: Verdana,'Verdana';
	font-size: 11px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}


.hr_line {
	border-color: #EFEFEF;
	border-style: dashed;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#error_msg {
	margin-top: 50px;
	text-align: center;
}

#div_clear {
	visibility: hidden;
	height: 1px;
	width: 1px;
}

#div_big_thing {
	position: absolute;
	left: 35%;
	top: 50%;
}

.align_center {
	text-align: center;
}
