/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#wrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
#content {
	margin: 5px 21% 1% 1%;
	text-align: justify
	}
#right {
	float: left;
	width: 20%;
	margin-left: -20%;
	}
#footer {
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	background: #666;
	}

/* Sidebar */

#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-left: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 20px 4px 7px;
	text-align: right;
	}
#sidebar li a:hover {
	color: orange;
	border-left: 7px solid orange;
	}

/* Additional styles */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	margin: 0;
	}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}

.subheader {
        clear: both;
        height: 23px;
        margin: 10px 10px 10px 10px;
}

.subheader_right {
        background: #F6F6F6 url(hmrightbg.gif) repeat-x;
        color: #626262;
        line-height: 28px;

        float: left;
}

.subheader_right a {
        margin: 0px 2px 0 0;
        padding: 7px 10px 8px 10px;
        color: #626262;
        background: inherit;
        font-weight: bold;
        text-decoration: none;
}

.subheader_right a:hover {
        background: #33ADDB url(hmleftbg.gif) repeat-x;
        border-top: 1px solid #1A83AC;
        color: #FFFFFF;
}

a:link {color: blue; }
a:visited {color: orange; }
a:hover {color:red; text-decoration:none;}

div.red > div {	    
	      margin-left:50px;
	      border-left:5px solid #f02485;
}

span.about_title {
	font-variant: small-caps;
	font-family: Verdana;
	color: white;
	background-color: gray;
	font-size:large;
	font-weight:bold;
	}

span.span_title {
	font-family: Verdana;
	color: white;
	background-color: gray;
	font-size:large;
	font-weight:bold;
	}

span.cspan_title {
	font-variant: small-caps;
	font-family: Verdana;
	color: white;
	background-color: gray;
	font-size:large;
	}


span.span_bluetitle {
	font-family: Verdana;
	color: blue;
	}

