body
{
	background-color : #2F5950;
	padding-top : 28px;
	margin : 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 12px;
}

#layout
{
	width : 754px;
	margin : auto;
}

#header
{
	background-color : #F9FBFC;
	height : 170px;
}

#header_left
{
	float : left;
	width : 314px;
	color : #5D275B;
	font-family : palatino, palatino linotype, serif;
	font-size : 15px;
	line-height : 17px;
	text-align : center;
}

#header_right
{
	width : 440px;
	float : left;
}

#header_pad
{
	padding : 3px;
}

#header_left a
{
	color : #5D275B;
	text-decoration : none;
}

#nav
{
	text-align : center;
	padding : 5px;
}

#nav a
{
	padding : 5px;
	text-decoration : none;
	color : white;
}

#nav a:hover
{
	text-decoration : underline;
}

#content_main
{
	position: relative;
	width : 754px;
	background: url(/images/main_bg.gif);
}

#content_left
{
	text-align : center;
	padding : 5px;

	width : 177px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_left a
{
	color : #B4228C;
	font-size : 16px;
	font-weight : bold;
}

#quick_search
{
	background-color : #F9FBFC;
	border : 1px solid #1B2B3F;
	width : 176px;
}

#quick_search h2
{
	background-color : #1B2B3F;
	color : white;
	font-family : palatino, palatino linotype, serif;
	font-size : 18px;
	padding : 3px 0px;
	margin : 0px;
	width : 176px;
	font-weight : normal;
	text-transform : uppercase;
}

.quick_search_text
{
	text-align : left;
}
#footer_clear
{
	clear : both;
}

#content_right
{
	width : 567px;
	position: relative;
	margin-left: 187px;
	background-color : #F9FBFC;
}

#content_right h1
{
	background-color : #390337;
	font-weight : normal;
	text-transform : uppercase;
	color : white;
	font-family : palatino, palatino linotype, serif;
	padding : 5px;
	margin : 0px;
	font-size : 30px;
}
	
#content_pad
{
	padding : 10px;
}

#content_pad h2
{
	text-align : left;
	border-bottom : 1px solid #004D92;
	color : #004D92;
	font-weight : normal;
	width : 100%;
	margin-top : 0px;
}

td
{
	vertical-align : top;
}