* {	margin:0; padding:0; }
body { width: 100%; height: 100%; background-color: #8c8a73; text-align: center; margin: 0px; padding: 0px; font-family:Georgia, "Times New Roman", Times, serif;}
#container { width: 95%; background-color: #ffffff; border: 10px solid #ffffff; margin: 0 auto; }
#header { height: 100px; width: 100%; background-color: #4286ad; border-top: 5px solid #316984; text-align: left; margin-bottom: 10px; }
#header #logo { width: 100%; height: 32px; margin-top: 24px; padding-left: 20px; }
#header #logo h1 { font-size:3.2em; font-family: Georgia, Times New Roman, Times, serif; 	font-weight:normal; color: #FFFFFF; }
#header #logo h2 { font-size:2.2em; font-family: Georgia, Times New Roman, Times, serif; 	font-weight:normal; color: #FFFFFF; padding-right: 40px; }
#search { height: 41px; width: 100%; background-color: #393839; margin-bottom: 10px; text-align: left; color: #ffffff; }
.clear { clear:both; }
#search form { margin-left: 10px; }
#search #one { float: left; padding-top: 11px; margin-right: 5px; }
#search #two { float: left; padding-top: 9px; margin-right: 5px; }
#search #three { float: left; padding-top: 8px; }
#content { width: 100%; text-align: left; }
#content #left { width: 210px; }
#content #right { width: 150px; text-align: left; }
#content #center { width: auto; }
#content #center #searchfield { text-align: right; padding-bottom: 10px; width: 500px; float: right; }
#content #center #searchfield .Textbox { border: 1px solid #cdcdcd; width: 300px; }
#content #center #searchfield .Button { width: 100px; color: #ffffff;  background-color: #4286ad; }
.clear2 { clear: both; }
#left ul { font-size:13px; margin:0 0 40px; padding:0px; list-style:none; }
#left ul li { padding:0; }
#left ul li ul { padding:0 2px; }
#left ul li ul li { padding:13px; border-bottom:1px dashed #ddd; }
#left .label { color: #000;	border: 1px solid #eee;	padding: 2px; }
#left .label:hover { color: #000; border: 1px solid #ccc; background-color: #fff; }
#left a { color:#4086AA; font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; text-decoration:none; }
#left a:hover { color:#244C65; }
body ul { list-style: none !important; }
ul, ol { font-size:13px; padding:0 0 20px 35px; }
li ul, li ol { font-size:13px; padding-bottom:0; }
h4 { font-family:Arial, Helvetica, sans-serif; font-size:0.95em ; font-weight:bold; color:#32698B; text-transform: uppercase; }
#left h4, #right h4 { background: #32698B !important; border-top:4px solid #2B5B78; color:#FFFFFF; padding:10px; display: block; }
#left h4 a { color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; text-decoration:none; }
#left h4 a:hover { color:#178dc9; }
#right ul { font-size:13px; margin:0 0 40px; padding:0px; list-style:none; }
#right ul li { padding:0; }
#right ul li ul { padding:0 2px; }
#right ul li ul li { padding:13px; border-bottom:1px dashed #ddd; }
#right .label { color: #000;	border: 1px solid #eee;	padding: 2px; }
#right .label:hover { color: #000; border: 1px solid #ccc; background-color: #fff; }
#right a { color:#4086AA; font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; text-decoration:none; }
#right a:hover { color:#244C65; }
#footer { height: 50px; width: 100%; background-color: #316984; text-align: left; color: #FFFFFF; }
#footer p { padding-top: 15px; padding-left: 10px; }
/** CategoryPagination */
.CategoryPagination{
padding: 2px;
}

.CategoryPagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align CategoryPagination interface*/
font-size: 12px;
}

.CategoryPagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.CategoryPagination a, .CategoryPagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.CategoryPagination a:hover, .CategoryPagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.CategoryPagination a.ActivePage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.CategoryPagination a.disablelink, .CategoryPagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.CategoryPagination a.prevnext{
font-weight: bold;
}