/*<group=General Styles>*/

body {
	text-align: center;
	font-size: 0.75em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	margin: 30px;
	background: repeat url(../images/background.jpg);
}

p {
}
.left_align { text-align: left; }
b, strong {

}

a:link {
	text-shadow: 0px 1px 0px #ffffff;
	color: blue;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #cc0000;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group=General Styles>*/

/*<group=Layout>*/
.clearer {
	clear: both;
}

#container {
	background: repeat-y  url(../images/container_bg.png); /* This Is The BG Color Of The Main Div */
	width: 750px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.5em;
}

#container #top {
	background: url(../images/container_top.png) no-repeat;
	width: 750px;
	height: 60px;
}

#container #bottom {
	background: url(../images/container_bottom.png) no-repeat;
	width: 750px;
	height: 9px;
	position: absolute;
}

#pageHeader {
	background: url(../images/header_bg.png);
	height: 60px;
	text-align: right;
	color: #333333;
}

#pageHeader img {
	position: relative;
	right: 185px;
	bottom: 45px;
}

#pageHeader h1 {
	letter-spacing: 2px;
	position: relative;
	font-weight: bold;
	font-size: 4em;
	text-shadow: 0px 3px 30px #0000ff;
	right: 281px;
}

#pageHeader h2 {
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	font-size: 1em;
}

#pageHeader h3 {
	color: blue;
	position: relative;
	right: 15px;
	bottom: 125px;
	font-size: 1em;
}

#contentContainer {
	text-align: left;
	padding-top: 10px;
}

#contentContainer #content {
	padding-right: 28px;
	padding-left: 28px;
}

#contentContainer img {
	display: block;
	margin-left: auto;
	margin-right: auto
	
}

#sidebarContainer {
	width: 206px;
	float: right;
	text-align: left;
	background: repeat-y url(../images/sidebar_bg.png);
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#sidebarContainer #top {
	width: 206px;
	height: 7px;
	background: url(../images/sidebar_top.png) no-repeat;
}

#sidebarContainer #logo {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;

}

#sidebarContainer #sidebar {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}

#sidebarContainer .sideHeader {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 10px;
}

#sidebarContainer #bottom {
	width: 206px;
	height: 7px;
	background: url(../images/sidebar_bottom.png) no-repeat;
	position: absolute;
}

#footer {
	text-align: center;
	margin-top: 15px;
	border-top: 1px solid #adadad;
	margin-right: 4px;
	margin-left: 4px;
}

#footer p {
	margin: 0;
	padding: 10px 0 5px 24px;
	font-size: .9em;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	font-weight: bold;
}
	
/*</group=Layout>*/
/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	height: 10px;
	padding: 0;
	background: url(../images/navcontainer_bg.png) repeat-x;
	position: relative;
	margin: 0px 4px 20px;
}

#navcontainer #current {
	font-weight: bold;
	background: no-repeat url(../images/button_over.png);
	color:  #cc0000;
}

#navcontainer #current:hover {
}
/* Parent - Level 0 */
#navcontainer ul { margin: 0 0 0 10px; padding: 0; list-style-type: none; }
#navcontainer li { float: left; list-style-type: none; display: inline; }
#navcontainer a{
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	background: no-repeat url(../images/button_normal.png);
	color: #7f7f7f;
}
#navcontainer a:hover {
	background: no-repeat url(../images/button_over.png);
	color: #cc0000;
	font-weight: bold;
}
/*</group=Toolbar>*/

/*<group=Global Classes>*/

blockquote {
	color: #000000;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}
/*</group=Global Classes>*/
