/*
TEXT DECLARATIONS
*/

h1 {
	-x-system-font:none;
	font-family:Arial;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	position:relative;
	top:4px;
	

	color: #508dc0;
	font-size: 26px;
	font-weight: bold;
	text-shadow: #aaaaaa 1px 2px 3px;
	letter-spacing: -1px;

}

h2 {
	-x-system-font:none;
	font-family:Arial,Georgia,"Times New Roman",serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:0px;
	line-height:normal;
}

p, table.texttable,body {
	font-family:Arial;
	font-size:12px;
	line-height:1.5;
}

span {
	font-family:Arial;
	font-size:12px;
}

table.texttable {
	border-spacing:10px;
}

th {
	border-bottom: 1px solid #333;
}

a {
	font-family:Arial;
	font-size:12px;
	line-height:1.5;
}


a:link {
	font-family:Arial;
	font-size:12px;
	color:#00569e;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	font-family:Arial;
	font-size:12px;
	color:#2c82ca;
	font-weight:bold;
	text-decoration:none;
}

a.smalltext, p.smalltext {
	font-family:Arial;
	font-size:11px;
	line-height:1.3;
}

.caption {
	position:absolute;
	bottom:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	width:99%;
	font-family:Arial;
	font-size:10px;
}


/*
MENU DECLARATIONS
*/

/*Main Header Div*/
#header { 
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-45px;
	background-image:url('images/layout/header.png');
	width: 910px;
	height: 74px;
}

div.menu {
	display:inline;
	position:absolute;
	bottom:-5px;
}
a.submenu {
	background-color:#ffffff;
	color: #333;
	display: block;
	padding: 4px;
	padding-right:10px;
	font-size:13px;
	line-height:1.5;
}
div.submenu {
	width:270px;
	position:absolute;
	top:34px;
	left:0px;
	display:none;
	z-index:500;
}




/*
BODY DELCARATIONS
*/

body {
	background-image: url('images/layout/background.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#96d7ff;
	margin: 0px;
}

/*Main Body TABLE*/
#mainbody { 
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-45px;
	background-image: url('images/layout/mainbody.png');
	background-repeat: repeat-y;
	padding: 0px;
	border-spacing:0px;
}

/*Left Body CELL*/
#leftbody { 
	background-image:url('images/layout/leftbody_top.png');
	background-repeat: repeat-x;
	padding-left:14px;
	padding-right: 14px;
}


/*Right Body CELL*/
#rightbody { 
	background-image:url('images/layout/rightbody_top.png');
	background-repeat: no-repeat;
	padding:2px 11px 11px 11px;
}

/*
OTHER CSS
*/

/*The Post Pictures*/
div.postPicture {
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}


#title {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 910px;
	z-index: 200;
}

#footer {
	position:relative;
	top:-45px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/layout/footer.png');
	width: 910px;
	height: 74px;
}

/*turn off all borders on images*/
img {
	border: 0px solid black;
}


input.subscribe {
	font-size:13px;
	background-color:#fafafa;
}


.button_med {
	color:#333;
	font: bold 68% arial;
	background-color:#eee;
	border: 1px solid #aaa;
	height:20px;
	padding-bottom: 1px;
}

.button_large {
	color:#333;
	font: bold 75% 'arial'; 
	background-color:#eee;
	border: 1px solid #aaa;
	height:22px;
	padding-bottom: 1px;
}

