/* CSS Document */

/* ----------------------------- GENERAL LAYOUT --------------------------- */

body {
	background-color: #2c6eaf;
	margin: 0px;
	text-align:center;
	
}

#bg {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(imgs/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;*/

	
}

#header {
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width:790;
	text-align:left;
	
}

.logo {
	width:790;
	
}
.menu_item {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffe6b7;
	text-decoration: none;
	text-transform: uppercase;
	margin-left:20px;
	margin-right:20px;
	float:left;
	position:relative;
}

.menu_sep {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffe6b7;
	text-decoration: none;
	text-transform: uppercase;
	float:left;
	position:relative;
}

.menu {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffe6b7;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:visited {
	color: #ffe6b7;
	text-decoration: none;
	}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.menuSelected {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

a.menuSelected:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.menuSelected:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#container {	
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width: 790px;

}

a {
	color: #2c6eaf;
	text-decoration: none;
}

a:hover {
	color: #2c6eaf;
	text-decoration: underline;
}

/* ----------------------------- CONTENT LAYOUT --------------------------- */

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	
}

/* #rightcolumn {
    float:right;
    width:510px;
    }
#leftcolumn {
    float:left;
    width:250px;
	} */

.pic {
	margin-right: 10px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
}

.vpic {
	margin-right: 0px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:0px;
	height: 100%;
	vertical-align: bottom;
	
}
	
	
.text {
	margin-right: 10px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #586DA4;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 15px 0px 0px 10px;
	float: none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 15px 0px 0px 10px;
	float: none;
}
	
#form {
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 10px;
	width: 350px;
	text-align: left;
}
	
.formtext {
	margin-right: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
}

ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(imgs/arrow.gif);
}

ol {
	margin-right: 10px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

li {
	margin-bottom: 10px;
	margin-left: 15px;
}

b {
	font-weight: bold;
	letter-spacing: 1px;
}



/* ----------------------------- FOOTER --------------------------- */

#footer {
	background-image: url(imgs/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	height: 98px;
	margin-left:auto;
	margin-right:auto;
	width: 790px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 7px;
	color: #FFFFFF;
	margin-left:45px;
	margin-top:20px;

}
