body
{
	font-family:Tahoma;
	font-size:0.8em;
	color:#333333;
	padding:0;
	margin:0;
	background-color:#eeeeee;
	background-position:top left;
	background-repeat:repeat-x;
}

h1
{
	font-size:1.8em;
	color: #336699;
}

h2 {
	font-size:1.3em;
	color:#336699;
	font-weight:normal;
	padding:0;
	margin:0px 0px 5px 0px;
}

p {
	padding:0;
	margin:0px 0px 10px 0px;
	line-height:1.3;
	font-size: 1em;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}

img {
	border:0;
}

div#pageHolder {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin-top: 10px;
	background: #ffffff url(../i/bg_top.gif) no-repeat center top;
}

div#pageHolder_top {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#dddddd;
	margin-top:10px;
}

div#pageHolder_bottom {
	width:980px;
	clear: both;
	background: #FFFFFF url(../i/bg_bottom.gif) no-repeat center bottom;
	margin: 0px auto 10px;
}
#pageHolder_bottom p {
	border-top: 1px solid #EEEEEE;
	margin: 0px 20px 10px;
	padding: 3px 0px;
}

div#logoHolder {
	float:left;
	font-size: 50px;
	color: #336699;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: thick solid #CCCCCC;
	margin-bottom: 18px;
}
#logoHolder p {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


div#stopHolder {
	float:right;
	width:300px;
	font-size: 14px;
	line-height: 100%;
	margin-top: 6px;
}

div#bannerHolder {
	margin-bottom: 10px;
	float: left;
}

div#copyrightHolder {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#am_ad {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


div#homePageSplitLeft {
	float:left;
	width:700px;
	margin-right:20px;
	background: #FFFFFF;
	padding-left: 10px;
}
#homePageSplitLeft p {
	text-align: justify;
}

div#homePageSplitRight {
	float:right;
	width:210px;
	height:100%;
	padding:10px;
	background-color:#dddddd;
}
#homePageSplitRight ul#rightMenu {
	padding: 0px 12px;
	margin-left: -12px;
}
#homePageSplitRight ul#rightMenu li {

	list-style: none;
}

#homePageSplitRight ul#rightMenu li a {
	text-decoration: none;
	width: 180px;
	background: #336699;
	list-style: none;
	padding: 4px 8px;
	display: block;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	color: #FFFFFF;
}

#homePageSplitRight ul#rightMenu li a:hover {
	background: #FF0000;
	color: #FFFFFF;
	
}
#homePageSplitRight ul#siteLinks {
	padding: 0px;
	margin: 30px 0px 10px -10px;
}
#homePageSplitRight ul#siteLinks li {
	float: left;
	list-style: none;
	padding: 3px 10px;
	text-align: center;
	border-right: thin dotted #FFFFFF;
}

.clearLeft {
	clear: both;
}

