@import url(reset.css);

/* globals
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #918ec3;
	}

a { outline:none;}

p, h1, h2, h3, h4, h5, h6, li, table {
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px;
	padding-top: 0;
}

h1 {
	color: #7976ae;
	font-size: 22px;
	}

.right {
	float: right;
	text-align: right;
	clear: both;
	}

.photofloat {
	float: right;
	padding: 25px;
	padding-bottom: 0;
	}
	
.photo_caption {
	display: block;	
	width: 192px;
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;	
	font-size: .7em !important;
	font-style: italic;
	text-align: center;
	}
	
#photo_main {
	height: 300px;
	width: 192px;
	float: right;
	padding: 25px;
	padding-bottom: 0;
	}
	
/* containers 
--------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 740px;
	background: url('../images/bg/main.gif') repeat-y;
	}

/* masthead 
--------------------------------------------*/
#masthead {
	width: 740px;
	height: 163px;
	background: url('../images/bg/masthead.gif') no-repeat;
	}
	
	#masthead p, #masthead a {
		margin-top: 30px;
		padding: 15px;
		font-weight: bold;
		font-size: 12px;
		color: #7b7fa3;
		text-decoration: none;
		
		}
		
	#masthead a:hover {
		text-decoration: underline;
		}
	
#masthead h1 {
	display: none;
	}
	
#masthead h2 {
	padding-top: 25px;
	padding-bottom: 0;
	color: #7976ae;
	font-size: 22px;
	text-align: right;
	}
	
/* navigation
--------------------------------------------*/
/* You will need to edit heights, widths, and background positions of this entire section to make the rollover work.  The "padding-top" property of "#nav a" should match the hieght of it's parent. */
							 			
#nav {
	height: 37px;
	background: url('../images/bg/nav.gif') no-repeat;
	}	

/* content 
--------------------------------------------*/

#main {
	 padding-top: 25px;
	}
	
	#main p, #main ul li  {
		font-size: 15px;
		line-height: 25px;
		}
	
	 #main ul {
	 	padding-bottom: 25px;
		margin-left: 75px;
		list-style: circle;
		}
	
	 #main ul li {	
	 	font-size: 15px;
		padding: 0;
		}	
		
	 #main a {
	 color: #3366CC;
	 }

#leftcol {
   	width: 405px;
	float:left;
	}
	
#rightcol {
	width: 335px;
	float:left;	
	}

/* footer 
--------------------------------------------*/
#footer {
	clear: both;
	padding-top: 25px;
	height: 55px;
	background: url('../images/bg/footer.gif') no-repeat;
	}
	
	#footer p, #footer a {
		
		font-weight: bold;
		font-size: 12px;
		color: #7b7fa3;
		text-decoration: none;
		}
		
	#footer a {
		text-decoration: underline;}
		
	#footer a:hover {
		text-decoration: none;
		}

/* form
--------------------------------------------*/

form {	
	marign:0;
	padding: 0;
	width: 320px;
	background-color: #F0EBF3;
	}

.btn {
	margin-bottom: 25px;
	}

/* general classes
--------------------------------------------*/



table {
	font-size: 11px;
	margin-bottom: 25px;
	}
	
th, tr, td {
		text-align: center;
		height: 25px;		
	}


th {
	background: #000;
	color: #fff;
	font-weight: bold;
	}
	
.white {
	color: #fff;
	}
	
.answer {
	font-style: italic;
	color: #666;
	}
	
.answer p, .answer li {
	font-size: 12px;
	}