body {
	margin:0;
}

#wrapper {
	width:900px;
	margin:auto;
	display: block;
}

/*****************************************************************************************************
LINK ELEMENTS ***
*****************************************************************************************************/

a:link {
	font: 14px/20px "Trebuchet MS", Arial;
	color:#6461e4;
	text-decoration:none;
	padding:0;
	margin:0;
	line-height:normal;
}

a:visited {
	font: 14px/20px "Trebuchet MS", Arial;
	color:#6461e4;
	text-decoration:none;
	padding:0;
	margin:0;
	line-height:normal;
}


a:hover {
	font: 14px/20px "Trebuchet MS", Arial;
	color:#6461e4;
	text-decoration:underline;
	padding:0;
	margin:0;
	line-height:normal;
}


a:active {
	font: 14px/20px "Trebuchet MS", Arial;
	color:#6461e4;
	text-decoration:none;
	padding:0;
	margin:0;
	line-height:normal;
}

/*****************************************************************************************************
TITLE TOP ELEMENTS ***
*****************************************************************************************************/

#titletop {
	width:900px;
	height:70px;
}


#titletop h2{
	text-indent:25px;
	text-transform: uppercase;
	font: 15px/20px "Trebuchet MS", Arial;
	font-weight:bold;
	color:#6461e4;
	padding:10px 0 0 0;
	margin:0;
	line-height:normal;
}

#titletop h1{
	text-indent:25px;
	text-transform: uppercase;
	font: 24px/20px "Trebuchet MS", Arial;
	color:#330099;
	padding:0;
	margin:0;
	line-height:normal;
}

/*****************************************************************************************************
TOPNAV ELEMENTS ***
*****************************************************************************************************/

#topnav {
	width:200px;
	height:163px;
	background:#868ed5;
	border-right:solid white 1px;
	float: left;
}

#topnav2 {
	width:200px;
	height:163px;
	background:#868ed5;
	border-right:solid white 1px;
	float: left;
}

.navSec {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.topLink, .topLink:link, .topLink:visited, .topLink:active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.topLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topImage {
	width: 498px;
	height: 163px;
	float: left;
}

/*****************************************************************************************************
HEADER ELEMENTS ***
*****************************************************************************************************/

#header {
	width:900px;
	height:163px;
	border-bottom:solid #330099 4px;
	border-top:solid #330099 4px;
	margin-bottom:2px;
	padding:2px 0 2px 0;
	clear:both;
} 

/*****************************************************************************************************
BODY ELEMENTS ***
*****************************************************************************************************/

#bodycontainer {
	width:900px;
	margin-top:15px;
	margin-bottom:15px;
	display: table;
}


/*****************************************************************************************************
LEFT COLUMN ELEMENTS ***
*****************************************************************************************************/

#centercolumn {
	width:870px;
	padding-right:15px;
	padding-left:15px;
	float:left;
}

#centercolumn h2, #link-exchange h2 {
	text-transform: uppercase;
	font: 14px/20px "Trebuchet MS", Arial;
	font-weight:bold;
	color:#330099;
	padding:0;
	margin:0;
	line-height:normal;
}

#centercolumn p, #link-exchange p {
	font: 13px/20px "Trebuchet MS", Arial;
	color:black;
	padding:0;
	margin:0;
	line-height:normal;
}

#centercolumn h3 {
	text-transform: uppercase;
	font: 12px/16px "Trebuchet MS", Arial;
	font-weight:bold;
	color:#330099;
	padding:0;
	margin:0;
	line-height:normal;
	text-decoration:underline;
}
/*****************************************************************************************************
FOOTER ELEMENTS ***
*****************************************************************************************************/

#footer {
	width:900px;
	height:100px;
	margin-top:20px;
	border-top:solid #CCCCCC 1px;
	clear:both;
}

#footer p {
	font: 11px/20px "Trebuchet MS", Arial;
	color:#CCCCCC;
	padding:0;
	margin:0;
	line-height:normal;
	text-align:right;
}






