/*
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-bottom: 50px;
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 
{
	color: #4F789F;
}

h1
{
    font-size: 36px;
}

h2
{
    font-size: 18px;
}

h3 
{
	font-size: 1em;
}

p, blockquote, ul, ol 
{

}

p 
{

}

blockquote 
{

}

ul 
{
}

ul li 
{
}

ol 
{
}

ol li 
{
}

a 
{
	color: #4F789F;
}

a:hover 
{
	text-decoration: none;
}

img 
{
	border: 1px solid #3B3B3B;
}

img.box
{
 margin: 5px;
}

img.left 
{
	float: left;
	margin: 0 20px 0 0;
}

img.right 
{
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed 
{
}

.boxed .title 
{
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content 
{
	padding: 15px;
}

.boxed ul 
{
	list-style: none;
}

.rightFloat
{
 float: right;
 margin-right: 30px;
}

/* Post */

.post
{
    clear: both;
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #3B3B3B;
}

.post .title 
{
}

.post .content 
{
	line-height: 1.6em;
}

.post .title
{
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-align: center;
}

.post p, .post blockquote, .post ul, .post ol 
{
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol 
{
	margin-left: 3em;
}

/*Entry Form*/

.entryF
{
	float: left;
	width: 425px;
	padding: 10px 10px 5px 10px;
}

.entryF .left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 11px;
}

.entryF .leftFull
{
	float: left;
	margin-bottom: 11px;
	width: 405px;
}

.entryF .right
{
	float: right;
}

.entryF .rules
{
	font-size: 11px;
}

.entryF li
{
	height:22px;
}

.entryF p
{
	margin-bottom: 11px;
}

.picture
{
	margin-top: 8px;
}

.leftCol
{
	float: left;
	margin-right: 11px;
	text-align: center;
}

.leftCol ul
{
	list-style-type: none;
}

.noStyleList
{
	list-style-type: none;
}

/* Header */

#header 
{
	width: 1000px;
	height: 210px;
	margin: 0 auto;
}

#header h1, #header h2 
{
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1
{
    float: left;
    padding: 80px 0 0 20px;
    letter-spacing: -3px;
    font-size: 48px;
}

#header h2
{
    float: left;
    padding: 107px 0 0 7px;
}

#header a 
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page 
{
	width: 1000px;
	margin: 0 auto;
	border-top: 20px solid #3B3B3B;
	background: #A3C8FF;
}

#content
{
    float: right;
    width: 795px;
    padding-right: 1px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
}

#sidebar 
{
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Comitee */

.commitee
{
    font-family: 'Trebuchet MS';
    font-size: 16px;
}

.Cleft
{
	float: left;
    padding: 11px 0px 11px 25px;
    position: relative;
    width: 245px;
    left: 0px;
    text-align: left;
    list-style-type: none;
}

.Ccenter
{
    float: left;
    padding: 11px 0px 11px 0px;
    position: relative;
    width: 245px;
    left: 5px;
    text-align: center;
    list-style-type: none;
}

.Cright
{
    float: left;
    padding: 11px 25px 11px 0px;
    position: relative;
    width: 245px;
    left: 5px;
    text-align: right;
    list-style-type: none;
}



/* Menu */

#menu 
{
}

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

#menu li 
{
	display: inline;
}

#menu a 
{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a.sub
{
    display: block;
    text-decoration: none;
    color: #3B3B3B;
    text-align: left;
    text-indent: 55px;
}

#menu a:hover 
{
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a 
{
	background: #BABABA;
	color: #000000;
}

/* Login */

#login 
{
}

#login fieldset 
{
	border: none;
}

#login legend 
{
	display: none;
}

#login input
{
    margin-bottom: 5px;
}

#inputtext1, #inputtext2 
{
	width: 160px;
}

/* Updates */

#updates 
{
}

#updates ul 
{
}

#updates li 
{
	margin-bottom: 20px;
}

#updates h3 
{
	font-size: .77em;
}

/* Footer */

#footer 
{
	width: 970px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal 
{
	float: left;
}

#links 
{
	float: right;
}