
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(images/container_bg.jpg) no-repeat center top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	color: #5A82D4;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #A03D3D;
}

a:hover {
	text-decoration: underline;
	color: #5A82D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	background: 
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	background: 
}

/* Logo */

#logo {
	position: relative;
	width: 640px;
	height: 120px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding: 20px 0 0 0;
	color: #87a448;
	margin-top: 40px;
	margin-left: 300px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.4em;
}


.red {color: #614240;}
}

#logo h1 span {
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
        float: left;
	padding: 30px 0 0 0;
	color: #bf8a44;
	margin-left: 300px;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#logo a {
	color: #5A82D4;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-left: 0;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

/* Splash */

#splash {
	width: 600px;
	height: 160px;
	margin: 0 auto;
	padding: 15px 20px 20px 20px;

}

/* Menu */

#menu {
	width: 600px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
}

/* Content */

#content {
	width: 837px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 535px;
}

#main .boxed .title {
	padding-left: 20px;
	font-weight: normal;

}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .boxed .title {
	font-size: 1.2em;
}

#sidebar .boxed .content {
	padding: 0px;
}

/* Content > Sidebar > Login */

#footer {
	clear: both;
	margin-left: 36%;
	margin-right: 0%;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}



#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/button3.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/button3.png) 0 -45px;
	color: #562930;
}
.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */
}
blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}