* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: .8em;
	padding-bottom: .8em;
}

#container {
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:100%;
	border: 0px solid #999999;
	background-color: #FFFFFF;
}

#main {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	min-height:100%;
	font-size: 13px;
}

#logo {
	position: relative;
	width: 850px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#header {
	position: relative;
	width: 850px;
	left: 0px;
	padding-top: 37px;


}
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #2d3992;
	padding-top: 0.8em;
	
}



/*Navigation*/



#navigation ul {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	margin-right: 15px;
	padding-top: 12px;
}

#navigation {
	width: 850px;
	position: absolute;
	height: 37px;
	background-image: url(images/nav_grad_2014.jpg);
	background-repeat: repeat-x;
	z-index: 250;
}
#navigation li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	margin-left: 0px;
	
}

#navigation li a {
	color: #ffffff;
	text-decoration:none;
}

#navigation li a:hover {
	color: #ffffff;
	text-decoration:none;
}


#navigation li.last {
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 10px;
	border-right-width: 0px;
	border-right-style: none;
}
#left-column {
	width: 225px;
	position: absolute;
	height: 100%;
}
#left-column .red-heading {
	font-size: 16px;
	font-weight: normal;
	color: #2d3992;
	;
}

#left-column .red-heading a {
	font-size: 16px;
	font-weight: normal;
	color: #2d3992;
	;
	text-decoration: none;
}

#left-column .red-heading a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #2d3992;
	;
	text-decoration: underline;
}

#left-column a {
	color:#333333;
}

#left-column a:hover {
	color: #999999;
}


#right-column {
	position: relative;
	width: 615px;
	left: 235px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#right-column #content {
	margin-left: 20px;
	text-align: center;
}

#right-column #content a {
	color: #2d3992;
}

#right-column #content a:hover {
	color: #2d3992;
}

.photo-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.photo-brdr {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #2d3992;
}


/*Footer*/
#footer {
	width: 615px;
	position: relative;
	text-align: center;
	font-size: 12px;
	bottom: 0px;
	left: 235px;
}

#footer a {
	color:#000000;
	
}

#footer a:hover {
	color:#2d3992;
	text-decoration:underline;
}
