/*** basic elements ***/
body {
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 90%;
    padding: 0%;
    margin: 0%;
    height: 100%;
    color: #564b47;
	background: #bdbdd4 url(/img/site_templates/oww_bg_purple.gif) top left repeat-x;
}

h1, h2 {
	color: #5F4585;
}

a:link, a:visited {
    color: #186A8F;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #186A8F;
}

a:hover {
    color: #3D98C1;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #3D98C1;
}

a.img:link, a.img:visited, a.img:hover {
    border-width: 0px;
}


/*** main containers ***/
#outerContainer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
    height: 100%;
	background-color: #ffffff;
}

#container {
    width: 730px;
    padding: 0%;
    margin-left: auto;
    margin-right: auto;
}

#header {
	margin: 0px auto 0px auto;
	/*padding: 10px;*/
	width: 720px;
    height: 10px;
	/*background: url(/img/site_templates/oww_header.gif) top left no-repeat;*/
}

#content {
    width: 710px;
    padding: 10px;
    margin: 0px;
    font: 9pt;
    background-color: #ffffff;
}

#footer {
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	width: 730px;
	height: 100px;
    color: #999999;
    font-size: 8pt;
    text-align: center;
	background: url(/img/footer.png) top left repeat-x;
}


/*** other containers ***/
#mainMenuTop {
	background: url(/img/site_templates/oww_menu_bg_purple_top.gif) top left repeat-x;
    height: 12px;
}

#mainMenuBottom {
	background: url(/img/site_templates/oww_menu_bg_purple_bottom.gif) top left repeat-x;
    height: 12px;
}

#mainMenu {
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	width: 730px;
	float: both;
	color: #fff;
	font-size: 11px;
    line-height: 20px;
    text-align: center;
    background: url(/img/site_templates/oww_menu_bg_purple_middle.gif) top left repeat;
}

#mainMenu a {
	margin: 0px;
	padding: 0px;
    border-width: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu a:hover {
    color: #D1DEDE;
}
