/*
--------------------------------------------------
	Basic Elements
--------------------------------------------------
*/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-family: Verdana;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*
--------------------------------------------------
	Header
--------------------------------------------------
*/

div#Header
{
	width: 100%;
	height: 95px;

	background-color: #669ED7;
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

div#Header div.Nav
{
	width: 100%;
	height:	17px;

	background-color: #B2CEEA;
	background-position: 0px -5px;
	background-repeat: no-repeat;

	position: absolute;
	top: 5px;
	left: 0px;

	font-family: 'Courier New';
	color: white;
	text-align: left;
}

div#Header div.Nav a
{
	color: white;
	font-size: 10pt;
}

span#SiteTitle
{
	color: #84B0DE;
	position: absolute;
	top: 15px;
	left: 215px;
	font-family: 'Courier New';
	font-size: 70px;
	overflow: hidden;
}


/*
--------------------------------------------------
	Footer
--------------------------------------------------
*/

div#Footer
{
	font-size: 8pt;
	color: #CCCCCC;
	text-align: center;

	padding: 15px 10px 0px 10px;
	margin: 0px 0px 0px 0px;

	border-top: 1px solid #669ED7;
}

div#Footer a
{
	color: #B2CEEA;
}

/*
--------------------------------------------------
	Content
--------------------------------------------------
*/

div#Content
{
	background-color: white;
	background-position: center center;
	background-repeat: repeat;
}

div#ContentContainer
{
	width: 850px;

	margin-left: auto;
	margin-right: auto;
}

div#Content p
{
	margin: 3px 5px 4px 5px;
}

div#Content div.CenterBody
{
	width: 550px;

	xbackground-color: white;

	border: 1px solid #d9e7f3;
	border-top: none;
	border: none;

	margin-left: 150px;
	margin-right: 150px;
}

div#Content div.CenterBodyClear
{
	width: 550px;

	background-color: transparent;

	border: none;

	margin-left: 150px;
	margin-right: 150px;
}


/*
--------------------------------------------------
	SideBar
--------------------------------------------------
*/

div#SideBarLeft
{
	width: 150px;
	float: left;
}


div#SideBarRight
{
	width: 150px;
	float: right;
}


/*
--------------------------------------------------
	SideBar Nav
--------------------------------------------------
*/

div#SideBarLeft div.Nav
{
	font-size: 10pt;
	color: #999999;

	padding: 2px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	
	background-color: #e7eff7;
	background-image: url(/img/rip.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.Nav div
{
	padding: 2px 0px 2px 0px;
}

div#SideBarLeft div.Nav a span
{
	display: block;
	padding-left: 4px;
}

div#SideBarLeft div.Nav a
{
	color: #999999;
	padding: 1px 0px 2px 0px;
	display: block;
}

div#SideBarLeft div.Nav a:hover
{
	color: #669ED7;
	border: 1px solid #669ED7;
	border-left: none;
	border-right: none;
	
	padding: 0px 0px 1px 0px;
	text-decoration: none; 
}

div#SideBarLeft div.Nav a.Selected
{
	background-color: #669ED7;
	color: white;

	padding: 0px 0px 1px 0px;

	border: 1px solid white;
	border-left: none;
	border-right: none;
}

div#SideBarLeft div.Nav a.Selected:hover
{
	color: white;
}

div#SideBarLeft div.Nav a span.Level1
{
	padding-left: 10px;
	font-size: 9pt;
	font-style: italic;
}


/*
--------------------------------------------------
	Headings
--------------------------------------------------
*/

h1
{
	font-weight: normal;
	font-style: italic;
	font-size: 16pt;

	color: #669ED7;

	margin: 0px 0px 5px 0px;
	padding: 2px 0px 0px 5px;

	border-bottom: 1px solid #669ED7;
}

h2
{
	font-weight: normal;
	font-size: 12pt;

	color: #666666;

	margin: 10px 0px 5px 0px;
	padding: 2px 0px 0px 5px;
}


/*
--------------------------------------------------
	Images
--------------------------------------------------
*/

img.ImageBox
{
	border: 1px solid #d9e7f3;
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
}

img.ImageBorder
{
	border: 1px solid #d9e7f3;
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
}

div.Ad img
{
	margin: 5px 5px 5px 5px;
	border: dashed 1px #cccccc;
}

/*
--------------------------------------------------
	Box Elements
--------------------------------------------------
*/

.Pin45
{
	border: 1px solid #d9e7f3;
	background-image: url(/img/pin-45.gif);

	padding: 2px 5px 2px 5px;
}

.Caption
{
	font-size: 8pt;
	font-style: italic;
}

.ByLine
{
	text-align: right;
}

.Clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.BlueBox
{
	background-color: #e7eff7;

	background-image: url(/img/rip.gif);
	background-repeat: repeat-x;
	background-position: bottom left;	
	
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 3px 5px;
}

.BlueBox h1
{
	font-size: 12pt;
	border: none;
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 4px;
}


blockquote.BlueBox
{

	background-color: #e7eff7;

	background-image: url(/img/rip.gif);
	background-repeat: repeat-x;
	background-position: bottom left;

	padding: 5px 5px 5px 5px;
	margin: 5px 25px 5px 25px;

	text-align: justify;
}

/*
--------------------------------------------------
	Front Page Boxes
--------------------------------------------------
*/

div.MenuBox
{
	border-bottom: 1px solid #669ED7;
	border-right: 1px solid #669ED7;
	border-top: 1px solid #d9e7f3;
	border-left: 1px solid #d9e7f3;

	border: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;

	margin-bottom: 15px;
	width: 100%;

	background-color: white;
	background-repeat: no-repeat;

	xborder-top: 1px solid white;
	xborder-bottom: 1px solid white;
}

div.MenuBox h1
{
	color: #666666;
	border: none;
}

div.MenuBox p
{
	color: #666666;
	font-size: 12pt;
}

div.MenuBox a:hover
{
	text-decoration: none;
}

div.MenuBox a:hover p
{
	color: #669ED7;
}

div.MenuBox a:hover h1
{
	color: #669ED7;
}


/*
--------------------------------------------------
	Link Box
--------------------------------------------------
*/

div#LinkBox
{
	color: #669ED7;
	background-color: #d9e7f3;

	padding: 5px 5px 7px 5px;
	margin-bottom: 10px;

	text-align: justify;

	background-image: url(/img/rip.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#LinkBox input
{
	border: none;
	font-size: 8pt;
}


/*
--------------------------------------------------
	Table
--------------------------------------------------
*/

table
{
	font-family: Verdana;
	font-size: 10pt;
}

td.Label
{
	text-align: right;
	font-style: italic;
}

/*
--------------------------------------------------
	Forms, Fields, Inputs
--------------------------------------------------
*/

span.Label
{
	float: left;
	text-align: right;
	padding-right: 5px;
	font-style: italic;
	width: 120px;

	display: block;
}

span.Label input
{
	float: right;
	margin-left: 100px;
	border: none;
}

span.Field
{
	margin-left: 125px;
	width: 200px;
	display: block;
}

fieldset
{
	border: 1px solid #669ED7;
	margin: 3px 10px 3px 10px;
	width: 335px;
}

legend
{
	color: #669ED7;
}

.Field input
{
	width: 100%;	
}

input
{
	border: 1px solid #cccccc;
}

textarea
{
	border: 1px solid #cccccc;
}


form div.SideBar
{
	width: 180px;
	float: right;
	font-size: 9pt;
}

.FieldList div
{
	clear: both;
}

.InfoBar
{
	background-color: #B2CEEA;
	color: white;
	padding: 5px 5px 5px 5px;
	
	font-weight: bold;
	text-align: center;
}
