/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	margin:0px;
	padding:0px;
	text-align:justify;
	font-size:12px;
	background-color:#02105b;
}

h1, h2, h3, h4, h5, h6, p, pre, form, img, ul, li {margin:0px; padding:0px; list-style:none; border:none; font-size:12px;}

p {
	margin-bottom:18px;
}

#body {
	background-color:#d2dbcc;
	width:770px;
	margin:0 auto;
}

#header {
	float:left;
	width:770px;
	background-color:#064aa7;
	color:#FFFFFF;
}

#header h1 {
	margin:4px 0 5px 18px;
	font-weight:100;
	word-spacing:25px;
}

#header h1 a:link {color:#FFFFFF; text-decoration:none}
#header h1 a:visited {color:#FFFFFF; text-decoration:none}
#header h1 a:hover {color:#FFFF00; text-decoration:underline}
#header h1 a:active {color:#FFFFFF; text-decoration:none}

#content {
	background-color:#d2dbcc;
	float:left;
	width:753px;
	padding:0 8px 0 9px;
}

#content h4 {
	text-align:right;
	margin:8px 0px 9px 0px;
	border-bottom:1px solid #999999;
}

#content h4 a:link {color:#333333; text-decoration:none}
#content h4 a:visited {color:#333333; text-decoration:none}
#content h4 a:hover {color:#333333; text-decoration:underline}
#content h4 a:active {color:#333333; text-decoration:none}

/* --------------------------------------------
|  Left - Added CSS												
--------------------------------------------- */
#colLeft { 
	float:left; 
	width:230px;
}

/* --------------------------------------------
|  Navigation - Added CSS												
--------------------------------------------- */
.subNav{
	margin:0;
	padding:0;
	list-style:none;
	}
	.subNav li{
		line-height:25px;
		font-size:14px;
		}
		.subNav li a{
	background:url(graphics/bullet.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
	font-weight: bold;
			}
			.subNav li a:hover{
	font-weight:bold;
	text-decoration: underline;
			}
#colRight { 
	float:left; 
	width:720px;

	}

/* --------------------------------------------
|  PAGE SPECIFIC - Added CSS											
--------------------------------------------- */
.cardBox{
	float:left;
	width:162px;
	height:190px;
	background:url(../images/bg_box.gif);
	margin:10px 5px 10px 13px;


	}
	.cardBox .image{
		position:absolute;
		width:120px;
		height:90px;
		margin:30px 0 0 21px;
		
		}
		.cardBox .image a{
			text-decoration:none;
			background:none;
			outline:none;		
			}
			.cardBox .image a:hover{
	border: 1px;
	color:#ffffff;
			}
	.cardBox h3{
		font-size:11px;

		text-align:center;
		position:absolute;
		width:162px;
		margin-top:155px;
		color:#000000;
		}
		.cardBox h3 a{
			color:#000000;
			text-decoration:none;
		}
		.cardBox h3 a:hover{
		color:#666666;}


#ecards {
	float:left;
	width:753px;
}


#ecard {
	
	background-repeat:no-repeat;
	background-position:21px 0;
	padding:10px 8px 2px 4px;
	float:left;
}

#ecard h1 {
	padding:0 0 0 0;
	text-align:center;
	font-size:12px;
	color:#d50000;
}


#ecard h1 a:link {color:#000000; text-decoration:none}
#ecard h1 a:visited {color:#000000; text-decoration:none}
#ecard h1 a:hover {color:#f71c40; text-decoration:none}
#ecard h1 a:active {color:#000000; text-decoration:none}

/* Cursor CSS Starts Here-----------*/
#cursors {
	float:left;
	width:753px;
}


#cursor {
	
	background-repeat:no-repeat;
	background-position:21px 0;
	padding:10px 8px 20px 20px;
	float:left;
}

#cursor h1 {
	padding:0 0 0 0;
	text-align:center;
	font-size:12px;
	color:#d50000;
}


#cursor h1 a:link {color:#000000; text-decoration:none}
#cursor h1 a:visited {color:#000000; text-decoration:none}
#cursor h1 a:hover {color:#f71c40; text-decoration:none}
#cursor h1 a:active {color:#000000; text-decoration:none}
/* Cursors CSS Ends Here */

#screensavers {
	float:left;
	width:753px;
}


#screensaver {
	
	background-repeat:no-repeat;
	background-position:21px 0;
	padding:10px 8px 2px 4px;
	float:left;
}

#screensaver h1 {
	padding:0 0 0 0;
	text-align:center;
	font-size:12px;
	color:#d50000;
}


#screensaver h1 a:link {color:#000000; text-decoration:none}
#screensaver h1 a:visited {color:#000000; text-decoration:none}
#screensaver h1 a:hover {color:#f71c40; text-decoration:none}
#screensaver h1 a:active {color:#000000; text-decoration:none}


#download img {
	margin:0px;
	float:left;
	padding:27px 0 0 54px;
}

#information {
	float:left;
	width:753px;
}

#information img {
	padding:0 0 18px 243px;
}

#footer {
	background-color:#808080;
	float:left;
	width:770px;
	text-align:center;
	padding:18px 0 0 0px;
}

#footer h1 {
	margin:4px 0 5px 18px;
	font-weight:100;
}

#footer h1 a:link {color:#FFFFFF; text-decoration:none}
#footer h1 a:visited {color:#FFFFFF; text-decoration:none}
#footer h1 a:hover {color:#FFFF00; text-decoration:underline}
#footer h1 a:active {color:#FFFFFF; text-decoration:none}


