/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: -20px 0 0 0;
	background: #FFFFFF url(images/img02.png) repeat-x 0 165px;
	font: normal small Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
}

h1, h2, h3 {
	font-family: Trebuchet, "Trebuchet MS", Arial, Sans-Serif;

}

h1 {
	margin-bottom: 0.7em;
	font-size: 1.7em;
	font-weight: bold;
	color: #DF6900;
}

h2 {
	margin-top: 1.5em;
	margin-bottom: .4em;
	font-size: 1.4em;
	font-weight: normal;
	font-stretch: ultra-condensed;
	color: #303030;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	line-height: 1.2;
	font: normal small Trebuchet, Verdana, Arial, Helvetica, sans-serif;

}


ul li {

	text-align: left;
	margin-top: 6px;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #003399;
}

img {
}

#indent1 { margin-left: 18px; margin-top: 6px }

#indent2 { margin-left: 18px; margin-top: 6px }


/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}


/* Logo */

#logo {
	width: 770px;
	height: 115px;
	margin: 0 auto;

}

#logo h1 {
	padding: 106px 0 0 40px;
}

#logo h1 a {
	text-transform: uppercase;
	font-size: 30px;
	color: #FFFFFF;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 42px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content {
	width: 770px;
	margin: 90px auto 0 auto;
}

.emphasis {
	color: #303030;
	font-weight: bold;
	font-size: 1.1em;
	}

/* Content > Main */

#main {
	float: right;
	width: 500px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin-bottom: 0;
}


/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	background: url(images/bullet1.gif) no-repeat 10px 17px;
	border-top: 1px solid #EBEBEB;
	color: #003399;
}

#menu a:hover {
	background: url(images/bullet1.gif) no-repeat 10px 17px;
	text-decoration: none;
	font-weight: normal;
	color: #DF6900;
}

/* Padding */

img {
	 margin: 8px 12px; 
	 }
	 
	 
#padding50 {
	clear: both;
	padding: 50px 0 0 0;
	}

#padding20 {
	clear: both;
	padding: 20px 0 0 0;
	}
	
#padding10 {
	clear: both;
	padding: 10px 0 0 0;
	}
	
#padding5 {
	clear: both;
	padding: 5px 0 0 0;
	}


/* Content > Sidebar > Updates*/

#contact {
}

#contact ul {
	margin: 0;
	list-style: none;
}

#contact h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#contact p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}


/* Footer */

#footer {
	clear: both;
	padding: 10px 50px;
	margin-top: 60px;
	border-top: 2px solid #D6D5D5;
	background: #EFEFEF;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}